diff options
Diffstat (limited to 'kpacman/kpacman.cpp')
-rw-r--r-- | kpacman/kpacman.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kpacman/kpacman.cpp b/kpacman/kpacman.cpp index 08f23cf..7ae55e2 100644 --- a/kpacman/kpacman.cpp +++ b/kpacman/kpacman.cpp @@ -16,10 +16,10 @@ ***************************************************************************/ // include files for TQt -#include <ntqkeycode.h> -#include <ntqcolor.h> -#include <ntqstring.h> -#include <ntqmsgbox.h> +#include <tqkeycode.h> +#include <tqcolor.h> +#include <tqstring.h> +#include <tqmsgbox.h> // include files for KDE #include <kcolordlg.h> |