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 <ntqlayout.h>
#include <ntqwhatsthis.h>
#include <ntqtooltip.h>
#include <tqevent.h>
#include <tqlayout.h>
#include <tqwhatsthis.h>
#include <tqtooltip.h>
#include <kdialog.h>
#include <tdelocale.h>

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

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

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

@ -2,17 +2,17 @@
#define MATHEMAGICS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#include "config.h"
#endif
#include <kapp.h>
#include <ntqwidget.h>
#include <ntqvaluelist.h>
#include <ntqptrlist.h>
#include <tqwidget.h>
#include <tqvaluelist.h>
#include <tqptrlist.h>
#include <tdemainwindow.h>
#include <tdeaction.h>
#include <ntqmap.h>
#include <ntqguardedptr.h>
#include <tqmap.h>
#include <tqguardedptr.h>
#include "stacklevel.h"
#include "optiondialog.h"

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

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

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

Loading…
Cancel
Save