summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-01 19:16:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-02 09:05:38 +0900
commit463d548cf0e451b8f9c4b6ceb27dea98aa1147e9 (patch)
treea0f0b8cd2433d12ef92b973aea7b52be3055a160 /src/main.cpp
parent44e1aca4aed411873dd4cf422a5f22ee79d5fa8b (diff)
downloadtdealternatives-463d548cf0e451b8f9c4b6ceb27dea98aa1147e9.tar.gz
tdealternatives-463d548cf0e451b8f9c4b6ceb27dea98aa1147e9.zip
Adjust to build on r14.1.x APIs
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index dd9408b..c9eb019 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -22,13 +22,13 @@
***************************************************************************/
#include "tdealternatives.h"
-#include <tdeuniqueapplication.h>
+#include <kuniqueapplication.h>
#include <tdeaboutdata.h>
#include <tdecmdlineargs.h>
#include <tdelocale.h>
#include <tdemessagebox.h>
-TDEUniqueApplication *app = 0; // Global
+KUniqueApplication *app = 0; // Global
static const char description[] =
I18N_NOOP("A TDE Manager for the Debian/Mandrake alternatives system");
@@ -49,7 +49,7 @@ int main(int argc, char **argv)
TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions( options );
- TDEUniqueApplication rapp;
+ KUniqueApplication rapp;
app = &rapp;
TDEAlternatives *mainWin = 0;