summaryrefslogtreecommitdiffstats
path: root/khelpcenter/application.h
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/application.h')
-rw-r--r--khelpcenter/application.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/khelpcenter/application.h b/khelpcenter/application.h
index 642f4dfda..aae52d199 100644
--- a/khelpcenter/application.h
+++ b/khelpcenter/application.h
@@ -20,13 +20,13 @@
#ifndef APPLICATION_H
#define APPLICATION_H
-#include <kuniqueapplication.h>
+#include <tdeuniqueapplication.h>
namespace KHC {
class MainWindow;
-class Application : public KUniqueApplication
+class Application : public TDEUniqueApplication
{
public:
Application();
@@ -42,4 +42,3 @@ class Application : public KUniqueApplication
extern "C" { int kdemain(int argc, char **argv); }
#endif // APPLICATION_H
-// vim:ts=2:sw=2:et