diff options
Diffstat (limited to 'kpacman/kpacmanview.h')
-rw-r--r-- | kpacman/kpacmanview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpacman/kpacmanview.h b/kpacman/kpacmanview.h index 9108bc9..c94349f 100644 --- a/kpacman/kpacmanview.h +++ b/kpacman/kpacmanview.h @@ -19,12 +19,12 @@ #define KPACMANVIEW_H #ifdef HAVE_CONFIG_H -#include <config.h> +#include "config.h" #endif //include files for TQt -#include <ntqwidget.h> -#include <ntqregexp.h> +#include <tqwidget.h> +#include <tqregexp.h> // application specific includes #include "score.h" |