Use proper TQt headers

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/11/head
Michele Calgaro 4 months ago
parent fd9cd312c9
commit 322c9dc7b9
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -11,13 +11,13 @@
#include "brightnesschooser.h" #include "brightnesschooser.h"
#include <ntqvariant.h> #include <tqvariant.h>
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include <ntqlabel.h> #include <tqlabel.h>
#include <ntqslider.h> #include <tqslider.h>
#include <ntqlayout.h> #include <tqlayout.h>
#include <ntqtooltip.h> #include <tqtooltip.h>
#include <ntqwhatsthis.h> #include <tqwhatsthis.h>
/* /*
* Constructs a BrightnessChooser as a child of 'parent', with the * Constructs a BrightnessChooser as a child of 'parent', with the

@ -10,8 +10,8 @@
#ifndef BRIGHTNESSCHOOSER_H #ifndef BRIGHTNESSCHOOSER_H
#define BRIGHTNESSCHOOSER_H #define BRIGHTNESSCHOOSER_H
#include <ntqvariant.h> #include <tqvariant.h>
#include <ntqwidget.h> #include <tqwidget.h>
class TQVBoxLayout; class TQVBoxLayout;
class TQHBoxLayout; class TQHBoxLayout;

@ -19,13 +19,13 @@
***************************************************************************/ ***************************************************************************/
#include "brightnesschooserimpl.h" #include "brightnesschooserimpl.h"
#include <ntqprocess.h> #include <tqprocess.h>
#include <ntqslider.h> #include <tqslider.h>
#include <ntqlabel.h> #include <tqlabel.h>
#include <ntqmessagebox.h> #include <tqmessagebox.h>
#include <kdebug.h> #include <kdebug.h>
#include <ntqevent.h> #include <tqevent.h>
#include <ntqregexp.h> #include <tqregexp.h>
#include "preferences.h" #include "preferences.h"

@ -18,7 +18,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/ ***************************************************************************/
#include <ntqlcdnumber.h> #include <tqlcdnumber.h>
#include <tdeglobal.h> #include <tdeglobal.h>
#include <tdelocale.h> #include <tdelocale.h>
#include <tdeconfigdialog.h> #include <tdeconfigdialog.h>
@ -28,8 +28,8 @@
#include <kdatetbl.h> // for TDEPopupFrame #include <kdatetbl.h> // for TDEPopupFrame
#include <kiconloader.h> #include <kiconloader.h>
#include <tdeaboutapplication.h> #include <tdeaboutapplication.h>
#include <ntqlabel.h> #include <tqlabel.h>
#include <ntqframe.h> #include <tqframe.h>
#include <kdebug.h> #include <kdebug.h>
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H

@ -26,7 +26,7 @@
#endif #endif
#include <kpanelapplet.h> #include <kpanelapplet.h>
#include <ntqstring.h> #include <tqstring.h>
#include <tdeconfig.h> #include <tdeconfig.h>
class TDEPopupMenu; class TDEPopupMenu;

@ -19,10 +19,10 @@
***************************************************************************/ ***************************************************************************/
#include "klcddimmerapplet.h" #include "klcddimmerapplet.h"
#include <ntqpixmap.h> #include <tqpixmap.h>
#include <ntqlabel.h> #include <tqlabel.h>
#include <kiconloader.h> #include <kiconloader.h>
#include <ntqlayout.h> #include <tqlayout.h>
KlcdDimmerApplet::KlcdDimmerApplet(TQWidget *parent, const char *name) KlcdDimmerApplet::KlcdDimmerApplet(TQWidget *parent, const char *name)
: TQWidget(parent, name) : TQWidget(parent, name)

@ -20,7 +20,7 @@
#ifndef KLCDDIMMERAPPLET_H #ifndef KLCDDIMMERAPPLET_H
#define KLCDDIMMERAPPLET_H #define KLCDDIMMERAPPLET_H
#include <ntqwidget.h> #include <tqwidget.h>
class TQLabel; class TQLabel;
class TQBoxLayout; class TQBoxLayout;

@ -11,15 +11,15 @@
#include "progpreferences.h" #include "progpreferences.h"
#include <ntqvariant.h> #include <tqvariant.h>
#include <ntqpushbutton.h> #include <tqpushbutton.h>
#include <ntqlabel.h> #include <tqlabel.h>
#include <ntqlineedit.h> #include <tqlineedit.h>
#include <knuminput.h> #include <knuminput.h>
#include <ntqcheckbox.h> #include <tqcheckbox.h>
#include <ntqlayout.h> #include <tqlayout.h>
#include <ntqtooltip.h> #include <tqtooltip.h>
#include <ntqwhatsthis.h> #include <tqwhatsthis.h>
/* /*
* Constructs a ProgPreferences as a child of 'parent', with the * Constructs a ProgPreferences as a child of 'parent', with the

@ -10,8 +10,8 @@
#ifndef PROGPREFERENCES_H #ifndef PROGPREFERENCES_H
#define PROGPREFERENCES_H #define PROGPREFERENCES_H
#include <ntqvariant.h> #include <tqvariant.h>
#include <ntqwidget.h> #include <tqwidget.h>
class TQVBoxLayout; class TQVBoxLayout;
class TQHBoxLayout; class TQHBoxLayout;

Loading…
Cancel
Save