diff options
Diffstat (limited to 'kopete/protocols/winpopup/wpprotocol.cpp')
-rw-r--r-- | kopete/protocols/winpopup/wpprotocol.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |