diff options
Diffstat (limited to 'kdict/application.h')
-rw-r--r-- | kdict/application.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdict/application.h b/kdict/application.h index dc59e260..fc34ef02 100644 --- a/kdict/application.h +++ b/kdict/application.h @@ -12,14 +12,14 @@ #ifndef APPLICATION_H #define APPLICATION_H -#include <kuniqueapplication.h> +#include <tdeuniqueapplication.h> #include <tqguardedptr.h> #define KDICT_VERSION "0.6" class TopLevel; -class Application : public KUniqueApplication +class Application : public TDEUniqueApplication { TQ_OBJECT |