diff options
author | Michele Calgaro <[email protected]> | 2024-11-10 17:12:32 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-10 17:12:32 +0900 |
commit | 7f25e8681a8b40645fbd11ac6851eea30448cfe1 (patch) | |
tree | 22063a0fc7f84144c51f56fb6936b599951450dc /juk | |
parent | 280f37186234951576549d21f2cdda941efb0e23 (diff) | |
download | tdemultimedia-7f25e8681a8b40645fbd11ac6851eea30448cfe1.tar.gz tdemultimedia-7f25e8681a8b40645fbd11ac6851eea30448cfe1.zip |
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'juk')
-rw-r--r-- | juk/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/juk/main.cpp b/juk/main.cpp index 35ffd168..33d7fcb2 100644 --- a/juk/main.cpp +++ b/juk/main.cpp @@ -15,7 +15,7 @@ * * ***************************************************************************/ -#include <kuniqueapplication.h> +#include <tdeuniqueapplication.h> #include <tdecmdlineargs.h> #include <tdeaboutdata.h> #include <dcopclient.h> @@ -73,9 +73,9 @@ int main(int argc, char *argv[]) TDECmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::addCmdLineOptions(options); - KUniqueApplication::addCmdLineOptions(); + TDEUniqueApplication::addCmdLineOptions(); - KUniqueApplication a; + TDEUniqueApplication a; // Here we do some DCOP locking of sorts to prevent incoming DCOP calls // before JuK has finished its initialization. |