summaryrefslogtreecommitdiffstats
path: root/kworldwatch/main.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-11-10 17:13:07 +0900
committerMichele Calgaro <[email protected]>2024-11-10 17:13:07 +0900
commit692de2d5dc29be2f467ea81cb3d6f77d17a56b83 (patch)
tree897f5cbcfa6ba39fec031b76f7ad6343f1abadd2 /kworldwatch/main.h
parent2feacbb6d3c60a1863754cd3f07597e94714fd0e (diff)
downloadtdetoys-692de2d5dc29be2f467ea81cb3d6f77d17a56b83.tar.gz
tdetoys-692de2d5dc29be2f467ea81cb3d6f77d17a56b83.zip
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kworldwatch/main.h')
-rw-r--r--kworldwatch/main.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kworldwatch/main.h b/kworldwatch/main.h
index 5069480..7ef2792 100644
--- a/kworldwatch/main.h
+++ b/kworldwatch/main.h
@@ -29,7 +29,7 @@
/*
** Bug reports and questions can be sent to [email protected]
*/
-#include <kuniqueapplication.h>
+#include <tdeuniqueapplication.h>
#include <tdemainwindow.h>
@@ -69,14 +69,14 @@ private:
};
-class WatchApplication : public KUniqueApplication
+class WatchApplication : public TDEUniqueApplication
{
TQ_OBJECT
public:
- WatchApplication() : KUniqueApplication() {};
+ WatchApplication() : TDEUniqueApplication() {};
int newInstance();