Cleanup headers

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

@ -1,7 +1,7 @@
#include <ntqevent.h> #include <tqevent.h>
#include <ntqlayout.h> #include <tqlayout.h>
#include <ntqwhatsthis.h> #include <tqwhatsthis.h>
#include <ntqtooltip.h> #include <tqtooltip.h>
#include <kdialog.h> #include <kdialog.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -1,9 +1,9 @@
#ifndef KEYPAD_H #ifndef KEYPAD_H
#define KEYPAD_H #define KEYPAD_H
#include <ntqwidget.h> #include <tqwidget.h>
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include <ntqstring.h> #include <tqstring.h>
class TQCloseEvent; class TQCloseEvent;

@ -1,5 +1,5 @@
#include <ntqkeycode.h> #include <tqkeycode.h>
#include <ntqstring.h> #include <tqstring.h>
#include <kdebug.h> #include <kdebug.h>

@ -1,22 +1,22 @@
#include <ntqcombobox.h> #include <tqcombobox.h>
#include <ntqevent.h> #include <tqevent.h>
#include <ntqfile.h> #include <tqfile.h>
#include <ntqguardedptr.h> #include <tqguardedptr.h>
#include <ntqlayout.h> #include <tqlayout.h>
#include <ntqlineedit.h> #include <tqlineedit.h>
#include <ntqmap.h> #include <tqmap.h>
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include <ntqradiobutton.h> #include <tqradiobutton.h>
#include <ntqscrollview.h> #include <tqscrollview.h>
#include <ntqsizepolicy.h> #include <tqsizepolicy.h>
#include <ntqstring.h> #include <tqstring.h>
#include <ntqstringlist.h> #include <tqstringlist.h>
#include <ntqtextstream.h> #include <tqtextstream.h>
#include <ntqtimer.h> #include <tqtimer.h>
#include <ntqtooltip.h> #include <tqtooltip.h>
#include <ntqvaluelist.h> #include <tqvaluelist.h>
#include <ntqwhatsthis.h> #include <tqwhatsthis.h>
#include <ntqwidget.h> #include <tqwidget.h>
#include <tdeaccel.h> #include <tdeaccel.h>
#include <tdeaction.h> #include <tdeaction.h>

@ -2,17 +2,17 @@
#define MATHEMAGICS_H #define MATHEMAGICS_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 <tqwidget.h>
#include <ntqvaluelist.h> #include <tqvaluelist.h>
#include <ntqptrlist.h> #include <tqptrlist.h>
#include <tdemainwindow.h> #include <tdemainwindow.h>
#include <tdeaction.h> #include <tdeaction.h>
#include <ntqmap.h> #include <tqmap.h>
#include <ntqguardedptr.h> #include <tqguardedptr.h>
#include "stacklevel.h" #include "stacklevel.h"
#include "optiondialog.h" #include "optiondialog.h"

@ -2,13 +2,13 @@
#include <tdeconfig.h> #include <tdeconfig.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <ntqlayout.h> #include <tqlayout.h>
#include <ntqcheckbox.h> #include <tqcheckbox.h>
#include <ntqhbox.h> #include <tqhbox.h>
#include <ntqvgroupbox.h> #include <tqvgroupbox.h>
#include <ntqlabel.h> #include <tqlabel.h>
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include <ntqspinbox.h> #include <tqspinbox.h>
#include "optiondialog.h" #include "optiondialog.h"
@ -118,4 +118,3 @@ void ConfigureDialog::slotApply()
} }
#include "optiondialog.moc" #include "optiondialog.moc"

@ -1,8 +1,8 @@
#include <ntqlineedit.h> #include <tqlineedit.h>
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include <ntqstring.h> #include <tqstring.h>
#include <ntqtooltip.h> #include <tqtooltip.h>
#include <ntqwhatsthis.h> #include <tqwhatsthis.h>
#include <kdialog.h> #include <kdialog.h>
#include <tdelocale.h> #include <tdelocale.h>

@ -5,7 +5,7 @@ class TQLineEdit;
class TQPushButton; class TQPushButton;
class TQWidget; class TQWidget;
#include <ntqhbox.h> #include <tqhbox.h>
class StackLevel : public TQHBox class StackLevel : public TQHBox
{ {

Loading…
Cancel
Save