Use proper TQt headers

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 322c9dc7b9)
r14.1.x
Michele Calgaro 4 weeks ago
parent 9c2c45056f
commit b4c8479980
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save