diff options
Diffstat (limited to 'kpacman/keys.cpp')
-rw-r--r-- | kpacman/keys.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kpacman/keys.cpp b/kpacman/keys.cpp index 780e895..5ec37c8 100644 --- a/kpacman/keys.cpp +++ b/kpacman/keys.cpp @@ -1,17 +1,17 @@ #include <kapp.h> -#include <tdeconfig.h> -#include <tdelocale.h> #include <kstddirs.h> -#include <keys.h> - +#include <tdeconfig.h> +#include <tdelocale.h> #include <tdeaccel.h> -#include <ntqpushbt.h> -#include <ntqlabel.h> -#include <ntqframe.h> -#include <ntqkeycode.h> -#include <ntqpixmap.h> -#include <ntqstring.h> +#include <tqpushbt.h> +#include <tqlabel.h> +#include <tqframe.h> +#include <tqkeycode.h> +#include <tqpixmap.h> +#include <tqstring.h> + +#include "keys.h" PKeys::PKeys( TQWidget *parent, const char *name) : TQDialog( parent, name, TRUE, 0 ) |