summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/winpopup/wpeditaccount.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/winpopup/wpeditaccount.cpp')
-rw-r--r--kopete/protocols/winpopup/wpeditaccount.cpp2
1 files changed, 1 insertions, 1 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());