diff options
author | Michele Calgaro <[email protected]> | 2024-11-10 17:12:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-10 17:12:44 +0900 |
commit | 4b808f07f04092e84bb907c2d3a815406507409f (patch) | |
tree | f8ef865105d3621c2c4a04b620e3d3cd5ff57a87 /kget | |
parent | 75436bb8cf554fa372ce66793b07af63ecda51a0 (diff) | |
download | tdenetwork-4b808f07f04092e84bb907c2d3a815406507409f.tar.gz tdenetwork-4b808f07f04092e84bb907c2d3a815406507409f.zip |
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kget')
-rw-r--r-- | kget/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 <tdeaboutdata.h> #include <tdecmdlineargs.h> #include <kurl.h> -#include <kuniqueapplication.h> +#include <tdeuniqueapplication.h> #include <tdestartupinfo.h> #include <signal.h> @@ -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; |