Rename KStandard for enhanced compatibility with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 697178524e
commit 34c671a3c6

@ -174,7 +174,7 @@ namespace Konversation
// Copyright (c) 2002 by Stefan Gehn <metz AT gehn.net> // Copyright (c) 2002 by Stefan Gehn <metz AT gehn.net>
// Copyright (c) 2002 by Olivier Goffart <ogoffart@tiscalinet.be> // Copyright (c) 2002 by Olivier Goffart <ogoffart@tiscalinet.be>
// //
KStandardDirs *dirs = TDEGlobal::dirs(); TDEStandardDirs *dirs = TDEGlobal::dirs();
TQString pic; TQString pic;
#if KDE_IS_VERSION(3,3,91) #if KDE_IS_VERSION(3,3,91)

@ -37,7 +37,7 @@ ScriptLauncher::~ScriptLauncher()
void ScriptLauncher::launchScript(const TQString& target, const TQString &parameter) void ScriptLauncher::launchScript(const TQString& target, const TQString &parameter)
{ {
KStandardDirs kstddir; TDEStandardDirs kstddir;
// TQString scriptPath(kstddir.saveLocation("data",TQString("konversation/scripts"))); // TQString scriptPath(kstddir.saveLocation("data",TQString("konversation/scripts")));
TDEProcess process; TDEProcess process;

Loading…
Cancel
Save