diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-10 17:12:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-19 22:35:18 +0900 |
commit | 74926683f153c10d642dd7b330e90d1518ccd088 (patch) | |
tree | 502eded77b3da5b3fd9ededd4cd6977ddb2c7003 /libtdepim/komposer/test/test.cpp | |
parent | 79908b3926d6e3b676a34ac23faa43a477f75b65 (diff) | |
download | tdepim-74926683f153c10d642dd7b330e90d1518ccd088.tar.gz tdepim-74926683f153c10d642dd7b330e90d1518ccd088.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libtdepim/komposer/test/test.cpp')
-rw-r--r-- | libtdepim/komposer/test/test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/komposer/test/test.cpp b/libtdepim/komposer/test/test.cpp index b5dfc63ad..acbc9972a 100644 --- a/libtdepim/komposer/test/test.cpp +++ b/libtdepim/komposer/test/test.cpp @@ -25,7 +25,7 @@ #include <tdecmdlineargs.h> #include <kiconloader.h> #include <tdelocale.h> -#include <kuniqueapplication.h> +#include <tdeuniqueapplication.h> #include <tqlabel.h> @@ -41,7 +41,7 @@ int main(int argc, char **argv) about.addAuthor( "Zack Rusin", 0, "zack@kde.org" ); TDECmdLineArgs::init( argc, argv, &about ); - KUniqueApplication app; + TDEUniqueApplication app; // see if we are starting with session management if ( app.isRestored() ) |