From f2225fc1f936c1d9e6a5570a63ffe12c366176bf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:29:09 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- korganizer/actionmanager.cpp | 2 +- korganizer/komailclient.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'korganizer') diff --git a/korganizer/actionmanager.cpp b/korganizer/actionmanager.cpp index e4c906fad..4ceb95a1b 100644 --- a/korganizer/actionmanager.cpp +++ b/korganizer/actionmanager.cpp @@ -870,7 +870,7 @@ bool ActionManager::openURL( const KURL &url,bool merge ) if ( url.isLocalFile() ) { mURL = url; mFile = url.path(); - if ( !KStandardDirs::exists( mFile ) ) { + if ( !TDEStandardDirs::exists( mFile ) ) { mMainWindow->showStatusMessage( i18n("New calendar '%1'.") .arg( url.prettyURL() ) ); mCalendarView->setModified(); diff --git a/korganizer/komailclient.cpp b/korganizer/komailclient.cpp index 788194034..b951b7598 100644 --- a/korganizer/komailclient.cpp +++ b/korganizer/komailclient.cpp @@ -188,11 +188,11 @@ bool KOMailClient::send(const TQString &from,const TQString &_to,const TQString if (KOPrefs::instance()->mMailClient == KOPrefs::MailClientSendmail) { bool needHeaders = true; - TQString command = KStandardDirs::findExe(TQString::fromLatin1("sendmail"), + TQString command = TDEStandardDirs::findExe(TQString::fromLatin1("sendmail"), TQString::fromLatin1("/sbin:/usr/sbin:/usr/lib")); if (!command.isNull()) command += TQString::fromLatin1(" -oi -t"); else { - command = KStandardDirs::findExe(TQString::fromLatin1("mail")); + command = TDEStandardDirs::findExe(TQString::fromLatin1("mail")); if (command.isNull()) return false; // give up command.append(TQString::fromLatin1(" -s ")); -- cgit v1.2.1