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/library/app.cpp | |
parent | 280f37186234951576549d21f2cdda941efb0e23 (diff) | |
download | tdemultimedia-7f25e8681a8b40645fbd11ac6851eea30448cfe1.tar.gz tdemultimedia-7f25e8681a8b40645fbd11ac6851eea30448cfe1.zip |
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'noatun/library/app.cpp')
-rw-r--r-- | noatun/library/app.cpp | 2 |
1 files changed, 1 insertions, 1 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; |