diff --git a/konversation/src/emoticon.cpp b/konversation/src/emoticon.cpp index b85bb9b..dfb8e8d 100644 --- a/konversation/src/emoticon.cpp +++ b/konversation/src/emoticon.cpp @@ -174,7 +174,7 @@ namespace Konversation // Copyright (c) 2002 by Stefan Gehn // Copyright (c) 2002 by Olivier Goffart // - KStandardDirs *dirs = TDEGlobal::dirs(); + TDEStandardDirs *dirs = TDEGlobal::dirs(); TQString pic; #if KDE_IS_VERSION(3,3,91) diff --git a/konversation/src/scriptlauncher.cpp b/konversation/src/scriptlauncher.cpp index 4353474..b77b72c 100644 --- a/konversation/src/scriptlauncher.cpp +++ b/konversation/src/scriptlauncher.cpp @@ -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;