From 4b808f07f04092e84bb907c2d3a815406507409f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 10 Nov 2024 17:12:44 +0900 Subject: Rename KUniqueApplication to TDEUniqueApplication Signed-off-by: Michele Calgaro --- kget/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kget') diff --git a/kget/main.cpp b/kget/main.cpp index 00d3e4db..7b59407f 100644 --- a/kget/main.cpp +++ b/kget/main.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include @@ -97,13 +97,13 @@ static void cleanup(void) } -class KGetApp : public KUniqueApplication +class KGetApp : public TDEUniqueApplication { private: TDEMainWidget *tdemainwidget; public: - KGetApp() : KUniqueApplication() + KGetApp() : TDEUniqueApplication() { #ifdef _DEBUG sDebugIn << endl; -- cgit v1.2.1