diff options
Diffstat (limited to 'kmouth/kmouth.h')
-rw-r--r-- | kmouth/kmouth.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kmouth/kmouth.h b/kmouth/kmouth.h index 79f1aa0..4155e96 100644 --- a/kmouth/kmouth.h +++ b/kmouth/kmouth.h @@ -19,9 +19,8 @@ #ifndef KMOUTH_H #define KMOUTH_H - #ifdef HAVE_CONFIG_H -#include <config.h> +#include "config.h" #endif // include files for TQt @@ -55,7 +54,7 @@ class PhraseBook; */ class KMouthApp : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: |