summaryrefslogtreecommitdiffstats
path: root/kdesktop/kdesktopapp.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-09 22:58:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-20 14:26:15 +0900
commitc1e3b95ae6a113ba6548f2ac4d63f739a4f7055f (patch)
treef942598c69da9c19df6618f25d16ea9dcbe0a30f /kdesktop/kdesktopapp.h
parent657e8ed6bdc71ab1ae238bdf61a9377cff768e38 (diff)
downloadtdebase-c1e3b95ae6a113ba6548f2ac4d63f739a4f7055f.tar.gz
tdebase-c1e3b95ae6a113ba6548f2ac4d63f739a4f7055f.zip
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kdesktop/kdesktopapp.h')
-rw-r--r--kdesktop/kdesktopapp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesktop/kdesktopapp.h b/kdesktop/kdesktopapp.h
index 1f45ec0a3..4ce52c3a2 100644
--- a/kdesktop/kdesktopapp.h
+++ b/kdesktop/kdesktopapp.h
@@ -21,7 +21,7 @@
#define __kdesktopapp_h__
#include <config.h>
-#include <kuniqueapplication.h>
+#include <tdeuniqueapplication.h>
#if defined(TQ_WS_X11) && defined(HAVE_XRENDER) && TQT_VERSION >= 0x030300
#define COMPOSITE
@@ -33,7 +33,7 @@
# include <fixx11h.h>
#endif
-class KDesktopApp : public KUniqueApplication
+class KDesktopApp : public TDEUniqueApplication
{
TQ_OBJECT
public: