diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-10 17:12:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-10 17:12:32 +0900 |
commit | 7f25e8681a8b40645fbd11ac6851eea30448cfe1 (patch) | |
tree | 22063a0fc7f84144c51f56fb6936b599951450dc /noatun | |
parent | 280f37186234951576549d21f2cdda941efb0e23 (diff) | |
download | tdemultimedia-7f25e8681a8b40645fbd11ac6851eea30448cfe1.tar.gz tdemultimedia-7f25e8681a8b40645fbd11ac6851eea30448cfe1.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'noatun')
-rw-r--r-- | noatun/library/app.cpp | 2 | ||||
-rw-r--r-- | noatun/library/noatun/app.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/noatun/library/app.cpp b/noatun/library/app.cpp index e93509d9..66b0907b 100644 --- a/noatun/library/app.cpp +++ b/noatun/library/app.cpp @@ -52,7 +52,7 @@ struct NoatunApp::Private NoatunApp::NoatunApp() - : KUniqueApplication(true, true, true), mPluginMenu(0), mPluginActionMenu(0), mEqualizer(0) + : TDEUniqueApplication(true, true, true), mPluginMenu(0), mPluginActionMenu(0), mEqualizer(0) { d = new Private; d->vequalizer=0; diff --git a/noatun/library/noatun/app.h b/noatun/library/noatun/app.h index 6dce85c5..3b934232 100644 --- a/noatun/library/noatun/app.h +++ b/noatun/library/noatun/app.h @@ -1,7 +1,7 @@ #ifndef NOATUN_H #define NOATUN_H -#include <kuniqueapplication.h> +#include <tdeuniqueapplication.h> #include <tdemacros.h> class Playlist; class Player; @@ -28,7 +28,7 @@ namespace NoatunStdAction * @author Charles Samuels * @version 2.3 */ -class TDE_EXPORT NoatunApp : public KUniqueApplication +class TDE_EXPORT NoatunApp : public TDEUniqueApplication { TQ_OBJECT |