@ -174,7 +174,7 @@ namespace Konversation
// Copyright (c) 2002 by Stefan Gehn <metz AT gehn.net>
// Copyright (c) 2002 by Olivier Goffart <ogoffart@tiscalinet.be>
//
KStandardDirs *dirs = TDEGlobal::dirs();
TDEStandardDirs *dirs = TDEGlobal::dirs();
TQString pic;
#if KDE_IS_VERSION(3,3,91)
@ -37,7 +37,7 @@ ScriptLauncher::~ScriptLauncher()
void ScriptLauncher::launchScript(const TQString& target, const TQString ¶meter)
{
KStandardDirs kstddir;
TDEStandardDirs kstddir;
// TQString scriptPath(kstddir.saveLocation("data",TQString("konversation/scripts")));
TDEProcess process;