summaryrefslogtreecommitdiffstats
path: root/kworldwatch/main.h
diff options
context:
space:
mode:
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 kde-devel@kde.org
*/
-#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();