diff options
author | Michele Calgaro <[email protected]> | 2024-11-10 17:12:56 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-19 22:35:18 +0900 |
commit | 74926683f153c10d642dd7b330e90d1518ccd088 (patch) | |
tree | 502eded77b3da5b3fd9ededd4cd6977ddb2c7003 /kmobile | |
parent | 79908b3926d6e3b676a34ac23faa43a477f75b65 (diff) | |
download | tdepim-74926683f153c10d642dd7b330e90d1518ccd088.tar.gz tdepim-74926683f153c10d642dd7b330e90d1518ccd088.zip |
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kmobile')
-rw-r--r-- | kmobile/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmobile/main.cpp b/kmobile/main.cpp index 6fe97df3c..c1e9cae9d 100644 --- a/kmobile/main.cpp +++ b/kmobile/main.cpp @@ -18,7 +18,7 @@ */ #include "kmobile.h" -#include <kuniqueapplication.h> +#include <tdeuniqueapplication.h> #include <dcopclient.h> #include <tdeaboutdata.h> #include <tdecmdlineargs.h> @@ -42,7 +42,7 @@ int main(int argc, char **argv) about.addAuthor( "Helge Deller", 0, "[email protected]" ); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions(options); - KUniqueApplication app; + TDEUniqueApplication app; // register ourselves as a dcop client app.dcopClient()->registerAs(app.name(), false); |