diff options
Diffstat (limited to 'src/kmplayerapp.cpp')
-rw-r--r-- | src/kmplayerapp.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kmplayerapp.cpp b/src/kmplayerapp.cpp index a4b2ccf..65a3d45 100644 --- a/src/kmplayerapp.cpp +++ b/src/kmplayerapp.cpp @@ -42,13 +42,13 @@ #include <kstandarddirs.h> #include <kiconloader.h> #include <kmessagebox.h> -#include <kfiledialog.h> +#include <tdefiledialog.h> #include <klineeditdlg.h> #include <kmenubar.h> #include <kstatusbar.h> #include <kurldrag.h> #include <klocale.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kstdaction.h> #include <kdebug.h> #include <dcopclient.h> @@ -1695,7 +1695,7 @@ KDE_NO_EXPORT void KMPlayerApp::startArtsControl () { TQCString replytype; TQDataStream stream (data, IO_WriteOnly); stream << TQString ("aRts Control Tool") << args; - if (kapp->dcopClient ()->call ("klauncher", "klauncher", "start_service_by_name(TQString,TQStringList)", data, replytype, replydata)) { + if (kapp->dcopClient ()->call ("tdelauncher", "tdelauncher", "start_service_by_name(TQString,TQStringList)", data, replytype, replydata)) { int result; TQDataStream replystream (replydata, IO_ReadOnly); replystream >> result >> m_dcopName; |