diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-08 22:45:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-19 22:47:25 +0900 |
commit | 5a199121182776fab54246e322e99220f3eb2ab8 (patch) | |
tree | e5a153811be9a2bbbb618e51570fc5cccbe68d5b | |
parent | 17f2c8049ad0c8672518142d032e9398fcea59cd (diff) | |
download | kftpgrabber-5a199121182776fab54246e322e99220f3eb2ab8.tar.gz kftpgrabber-5a199121182776fab54246e322e99220f3eb2ab8.zip |
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kftpgrabber/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kftpgrabber/src/main.cpp b/kftpgrabber/src/main.cpp index 3af1a3d..7e77ebe 100644 --- a/kftpgrabber/src/main.cpp +++ b/kftpgrabber/src/main.cpp @@ -37,7 +37,7 @@ #include "mainwindow.h" #include "misc/kftpconfig.h" -#include <kuniqueapplication.h> +#include <tdeuniqueapplication.h> #include <tdeaboutdata.h> #include <tdecmdlineargs.h> #include <tdelocale.h> @@ -76,7 +76,7 @@ int main(int argc, char **argv) TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions(options); - KUniqueApplication app; + TDEUniqueApplication app; if (app.isRestored()) { RESTORE(MainWindow); |