diff options
Diffstat (limited to 'blinken/src/artsplayer.cpp')
-rw-r--r-- | blinken/src/artsplayer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blinken/src/artsplayer.cpp b/blinken/src/artsplayer.cpp index a83890f9..91391e56 100644 --- a/blinken/src/artsplayer.cpp +++ b/blinken/src/artsplayer.cpp @@ -15,7 +15,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> #endif -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include "artsplayer.h" #include "settings.h" @@ -23,7 +23,7 @@ artsPlayer::artsPlayer() : m_playobj(0) { m_endChecker = new TQTimer(this); - connect(m_endChecker, TQT_SIGNAL(timeout()), this, TQT_SLOT(checkEnded())); + connect(m_endChecker, TQ_SIGNAL(timeout()), this, TQ_SLOT(checkEnded())); #ifndef WITHOUT_ARTS m_dispatcher = new KArtsDispatcher; |