cleanup headers.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
pull/1/head
gregory guy 4 years ago
parent 6dffeea0e5
commit 12bd04ac0f
No known key found for this signature in database
GPG Key ID: 3BCCA0F7AB4536F4

@ -1,10 +1,10 @@
#ifndef BITFONT_H #ifndef BITFONT_H
#define BITFONT_H #define BITFONT_H
#include <ntqstring.h> #include <tqstring.h>
#include <ntqbitmap.h> #include <tqbitmap.h>
#include <ntqpixmap.h> #include <tqpixmap.h>
#include <ntqrect.h> #include <tqrect.h>
#include "colors.h" #include "colors.h"
@ -28,4 +28,3 @@ private:
}; };
#endif // BITFONT_H #endif // BITFONT_H

@ -1,11 +1,12 @@
#include <kapp.h> #include <kapp.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <ntqrect.h> #include <tqrect.h>
#include <ntqregexp.h> #include <tqregexp.h>
#include <ntqmessagebox.h> #include <tqmessagebox.h>
#include <ntqfile.h> #include <tqfile.h>
#include <ntqtextstream.h> #include <tqtextstream.h>
#include "board.h" #include "board.h"
#include "bitmaps.h" #include "bitmaps.h"

@ -1,10 +1,9 @@
#ifndef BOARD_H #ifndef BOARD_H
#define BOARD_H #define BOARD_H
#include <ntqarray.h> #include <tqarray.h>
#include <ntqstring.h> #include <tqstring.h>
#include <tqrect.h>
#include <ntqrect.h>
#define OUT -1 #define OUT -1

@ -1,7 +1,7 @@
#ifndef COLORS_H #ifndef COLORS_H
#define COLORS_H #define COLORS_H
#include <ntqcolor.h> #include <tqcolor.h>
#define BLACK TQColor(TQt::black) #define BLACK TQColor(TQt::black)
#define RED TQColor(TQt::red) #define RED TQColor(TQt::red)

@ -1,17 +1,17 @@
#include <kapp.h> #include <kapp.h>
#include <tdeconfig.h>
#include <tdelocale.h>
#include <kstddirs.h> #include <kstddirs.h>
#include <keys.h> #include <tdeconfig.h>
#include <tdelocale.h>
#include <tdeaccel.h> #include <tdeaccel.h>
#include <ntqpushbt.h> #include <tqpushbt.h>
#include <ntqlabel.h> #include <tqlabel.h>
#include <ntqframe.h> #include <tqframe.h>
#include <ntqkeycode.h> #include <tqkeycode.h>
#include <ntqpixmap.h> #include <tqpixmap.h>
#include <ntqstring.h> #include <tqstring.h>
#include "keys.h"
PKeys::PKeys( TQWidget *parent, const char *name) PKeys::PKeys( TQWidget *parent, const char *name)
: TQDialog( parent, name, TRUE, 0 ) : TQDialog( parent, name, TRUE, 0 )

@ -2,15 +2,14 @@
#define KEYS_H #define KEYS_H
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include "config.h"
#endif #endif
#include <kapp.h> #include <kapp.h>
#include <ntqdialog.h> #include <tqdialog.h>
#include <ntqlabel.h> #include <tqlabel.h>
#include <ntqstring.h> #include <tqstring.h>
#include <tdeaccel.h> #include <tdeaccel.h>
class PKeys : public TQDialog class PKeys : public TQDialog

@ -16,10 +16,10 @@
***************************************************************************/ ***************************************************************************/
// include files for TQt // include files for TQt
#include <ntqkeycode.h> #include <tqkeycode.h>
#include <ntqcolor.h> #include <tqcolor.h>
#include <ntqstring.h> #include <tqstring.h>
#include <ntqmsgbox.h> #include <tqmsgbox.h>
// include files for KDE // include files for KDE
#include <kcolordlg.h> #include <kcolordlg.h>

@ -20,13 +20,13 @@
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include "config.h"
#endif #endif
// include files for TQt // include files for TQt
#include <ntqfileinf.h> #include <tqfileinf.h>
#include <ntqregexp.h> #include <tqregexp.h>
//include files for KDE //include files for KDE
#include <kapp.h> #include <kapp.h>

@ -16,7 +16,7 @@
***************************************************************************/ ***************************************************************************/
// include files for TQt // include files for TQt
#include <ntqmessagebox.h> #include <tqmessagebox.h>
// include files for KDE // include files for KDE
#include <kapp.h> #include <kapp.h>

@ -19,12 +19,12 @@
#define KPACMANVIEW_H #define KPACMANVIEW_H
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include "config.h"
#endif #endif
//include files for TQt //include files for TQt
#include <ntqwidget.h> #include <tqwidget.h>
#include <ntqregexp.h> #include <tqregexp.h>
// application specific includes // application specific includes
#include "score.h" #include "score.h"

@ -2,8 +2,8 @@
#define MONSTER_H #define MONSTER_H
#include <stdlib.h> #include <stdlib.h>
#include <ntqpixmap.h> #include <tqpixmap.h>
#include <ntqwidget.h> #include <tqwidget.h>
#include "board.h" #include "board.h"

@ -2,8 +2,8 @@
#define PACMAN_H #define PACMAN_H
#include <stdlib.h> #include <stdlib.h>
#include <ntqpixmap.h> #include <tqpixmap.h>
#include <ntqwidget.h> #include <tqwidget.h>
#include "board.h" #include "board.h"

@ -1,16 +1,15 @@
#include <kapp.h> #include <kapp.h>
#include <tdeconfig.h>
#include <kstddirs.h> #include <kstddirs.h>
#include <ntqcolor.h> #include <tdeconfig.h>
#include <ntqpainter.h> #include <tqcolor.h>
#include <ntqpixmap.h> #include <tqpainter.h>
#include <ntqbitmap.h> #include <tqpixmap.h>
#include <ntqrect.h> #include <tqbitmap.h>
#include <ntqstring.h> #include <tqrect.h>
#include <tqstring.h>
#include <ntqmessagebox.h> #include <tqmessagebox.h>
#include <ntqfileinfo.h> #include <tqfileinfo.h>
#include "painter.h" #include "painter.h"
#include "board.h" #include "board.h"

@ -2,15 +2,14 @@
#define PAINTER_H #define PAINTER_H
#include <kapp.h> #include <kapp.h>
#include <tdelocale.h>
#include <ntqpixmap.h>
#include <ntqbitmap.h>
#include <ntqlabel.h>
#include <ntqcolor.h>
#include <ntqstrlist.h> #include <tdelocale.h>
#include <ntqregexp.h> #include <tqpixmap.h>
#include <tqbitmap.h>
#include <tqlabel.h>
#include <tqcolor.h>
#include <tqstrlist.h>
#include <tqregexp.h>
#include "board.h" #include "board.h"
#include "bitfont.h" #include "bitfont.h"

@ -1,18 +1,18 @@
#include <stdlib.h>
#include <kapp.h> #include <kapp.h>
#include <tdeconfig.h>
#include <kstddirs.h> #include <kstddirs.h>
#include "referee.h" #include <tdeconfig.h>
#include <tqdatetm.h>
#include <ntqdatetm.h> #include <tqtimer.h>
#include <stdlib.h> #include <tqevent.h>
#include <ntqtimer.h> #include <tqcolor.h>
#include <ntqevent.h> #include <tqkeycode.h>
#include <ntqcolor.h> #include <tqfileinfo.h>
#include <ntqkeycode.h>
#include <ntqfileinfo.h>
#include <tdeaccel.h> #include <tdeaccel.h>
#include "referee.h"
#include "board.h" #include "board.h"
#include "pacman.h" #include "pacman.h"
#include "monster.h" #include "monster.h"

@ -2,15 +2,15 @@
#define REFEREE_H #define REFEREE_H
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include "config.h"
#endif #endif
#include <kapp.h> #include <kapp.h>
#include <ntqwidget.h>
#include <ntqstrlist.h> #include <tqwidget.h>
#include <ntqarray.h> #include <tqstrlist.h>
#include <ntqbitarry.h> #include <tqarray.h>
#include <tqbitarray.h>
#include "board.h" #include "board.h"
#include "pacman.h" #include "pacman.h"

@ -1,22 +1,21 @@
#include <score.h>
#include <stdlib.h> #include <stdlib.h>
#include <ctype.h> #include <ctype.h>
#include <tdeaccel.h>
#include <kapp.h> #include <kapp.h>
#include <tdeconfig.h>
#include <kstddirs.h> #include <kstddirs.h>
#include <tdeaccel.h>
#include <tdeconfig.h>
#include <tdemessagebox.h> #include <tdemessagebox.h>
#include <ntqpixmap.h> #include <tqpixmap.h>
#include <ntqstring.h> #include <tqstring.h>
#include <ntqdstream.h> #include <tqdstream.h>
#include <ntqkeycode.h> #include <tqkeycode.h>
#include <ntqtimer.h> #include <tqtimer.h>
#include <ntqfileinfo.h> #include <tqfileinfo.h>
#include "bitfont.h" #include "bitfont.h"
#include "score.h"
Score::Score(TQWidget *parent, const char *name, int Scheme, int Mode, Bitfont *font) : TQWidget(parent, name) Score::Score(TQWidget *parent, const char *name, int Scheme, int Mode, Bitfont *font) : TQWidget(parent, name)
{ {

@ -2,18 +2,18 @@
#define SCORE_H #define SCORE_H
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include "config.h"
#endif #endif
#include <kapp.h> #include <kapp.h>
#include <ntqwidget.h>
#include <ntqstring.h> #include <tqwidget.h>
#include <ntqpoint.h> #include <tqstring.h>
#include <ntqrect.h> #include <tqpoint.h>
#include <ntqfile.h> #include <tqrect.h>
#include <tqfile.h>
#include <ntqfileinfo.h> #include <tqfileinfo.h>
#include <ntqdatetime.h> #include <tqdatetime.h>
#include "painter.h" #include "painter.h"
#include "bitfont.h" #include "bitfont.h"

@ -1,14 +1,13 @@
#include <kapp.h> #include <kapp.h>
#include <tdelocale.h>
#include <kstddirs.h> #include <kstddirs.h>
#include "status.h" #include <tdelocale.h>
#include <tqbitmap.h>
#include <tqstring.h>
#include <tqmsgbox.h>
#include <tqfileinfo.h>
#include <ntqpixmap.h> #include "status.h"
#include <ntqbitmap.h>
#include <ntqstring.h>
#include <ntqmsgbox.h>
#include <ntqfileinfo.h>
Status::Status( TQWidget *parent, const char *name, int Scheme, int Mode ) : Status::Status( TQWidget *parent, const char *name, int Scheme, int Mode ) :
TQWidget( parent, name ) TQWidget( parent, name )

@ -2,19 +2,18 @@
#define STATUS_H #define STATUS_H
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include <config.h> #include "config.h"
#endif #endif
#include <kapp.h> #include <kapp.h>
#include <tdeconfig.h>
#include <ntqwidget.h>
#include <ntqpixmap.h>
#include <ntqstring.h>
#include <ntqarray.h>
#include <ntqstrlist.h> #include <tdeconfig.h>
#include <ntqregexp.h> #include <tqwidget.h>
#include <tqpixmap.h>
#include <tqstring.h>
#include <tqarray.h>
#include <tqstrlist.h>
#include <tqregexp.h>
class Status : public TQWidget class Status : public TQWidget
{ {

Loading…
Cancel
Save