diff options
Diffstat (limited to 'kpacman/keys.h')
-rw-r--r-- | kpacman/keys.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/kpacman/keys.h b/kpacman/keys.h index d7ba8ae..f1c822a 100644 --- a/kpacman/keys.h +++ b/kpacman/keys.h @@ -2,15 +2,14 @@ #define KEYS_H #ifdef HAVE_CONFIG_H -#include <config.h> +#include "config.h" #endif #include <kapp.h> -#include <ntqdialog.h> -#include <ntqlabel.h> -#include <ntqstring.h> - +#include <tqdialog.h> +#include <tqlabel.h> +#include <tqstring.h> #include <tdeaccel.h> class PKeys : public TQDialog |