diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 13:29:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 13:29:01 -0600 |
commit | 4c899296290a7499b75b1bd88267d53d7d690ffe (patch) | |
tree | c08d380471f924338a10031b9d810d38af7c852a /kopete/protocols | |
parent | 7f8c2db2f66cc2bc671bc92e0fc4efa967ff2351 (diff) | |
download | tdenetwork-4c899296290a7499b75b1bd88267d53d7d690ffe.tar.gz tdenetwork-4c899296290a7499b75b1bd88267d53d7d690ffe.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'kopete/protocols')
-rw-r--r-- | kopete/protocols/winpopup/wpeditaccount.cpp | 2 | ||||
-rw-r--r-- | kopete/protocols/winpopup/wpprotocol.cpp | 4 | ||||
-rw-r--r-- | kopete/protocols/yahoo/yahoocontact.cpp | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/kopete/protocols/winpopup/wpeditaccount.cpp b/kopete/protocols/winpopup/wpeditaccount.cpp index 414a1af6..5673ed69 100644 --- a/kopete/protocols/winpopup/wpeditaccount.cpp +++ b/kopete/protocols/winpopup/wpeditaccount.cpp @@ -52,7 +52,7 @@ WPEditAccount::WPEditAccount(TQWidget *parent, Kopete::Account *theAccount) mProtocol = WPProtocol::protocol(); - TQString tmpSmbcPath = KStandardDirs::findExe("smbclient"); + TQString tmpSmbcPath = TDEStandardDirs::findExe("smbclient"); if(account()) { mHostName->setText(account()->accountId()); diff --git a/kopete/protocols/winpopup/wpprotocol.cpp b/kopete/protocols/winpopup/wpprotocol.cpp index 5d4f708a..1c52f2ee 100644 --- a/kopete/protocols/winpopup/wpprotocol.cpp +++ b/kopete/protocols/winpopup/wpprotocol.cpp @@ -138,8 +138,8 @@ void WPProtocol::installSamba() // kdDebug(14170) << "WPProtocol::installSamba()" endl; TQStringList args; - args += KStandardDirs::findExe("winpopup-install.sh"); - args += KStandardDirs::findExe("winpopup-send.sh"); + args += TDEStandardDirs::findExe("winpopup-install.sh"); + args += TDEStandardDirs::findExe("winpopup-send.sh"); if (TDEApplication::tdeinitExecWait("tdesu", args) == 0) KMessageBox::information(Kopete::UI::Global::mainWidget(), i18n("The Samba configuration file is modified."), i18n("Configuration Succeeded")); else diff --git a/kopete/protocols/yahoo/yahoocontact.cpp b/kopete/protocols/yahoo/yahoocontact.cpp index f827bba3..62b7c6c9 100644 --- a/kopete/protocols/yahoo/yahoocontact.cpp +++ b/kopete/protocols/yahoo/yahoocontact.cpp @@ -603,7 +603,7 @@ void YahooContact::inviteConference() void YahooContact::inviteWebcam() { - if ( !KStandardDirs::findExe("jasper") ) + if ( !TDEStandardDirs::findExe("jasper") ) { KMessageBox::queuedMessageBox( Kopete::UI::Global::mainWidget(), KMessageBox::Error, i18n("I cannot find the jasper image convert program.\njasper is required to render the yahoo webcam images." @@ -658,7 +658,7 @@ void YahooContact::initWebcamViewer() void YahooContact::requestWebcam() { - if ( !KStandardDirs::findExe("jasper") ) + if ( !TDEStandardDirs::findExe("jasper") ) { KMessageBox::queuedMessageBox( Kopete::UI::Global::mainWidget(), KMessageBox::Error, i18n("I cannot find the jasper image convert program.\njasper is required to render the yahoo webcam images." |