diff options
Diffstat (limited to 'kpacman/score.h')
-rw-r--r-- | kpacman/score.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kpacman/score.h b/kpacman/score.h index d26af2e..fc0da45 100644 --- a/kpacman/score.h +++ b/kpacman/score.h @@ -2,18 +2,18 @@ #define SCORE_H #ifdef HAVE_CONFIG_H -#include <config.h> +#include "config.h" #endif #include <kapp.h> -#include <ntqwidget.h> -#include <ntqstring.h> -#include <ntqpoint.h> -#include <ntqrect.h> -#include <ntqfile.h> - -#include <ntqfileinfo.h> -#include <ntqdatetime.h> + +#include <tqwidget.h> +#include <tqstring.h> +#include <tqpoint.h> +#include <tqrect.h> +#include <tqfile.h> +#include <tqfileinfo.h> +#include <tqdatetime.h> #include "painter.h" #include "bitfont.h" |