Use proper TQt headers

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b0c43da779)
r14.1.x
Michele Calgaro 4 weeks ago
parent 83d3bdd4c9
commit b668f9a07b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -16,7 +16,7 @@
***************************************************************************/
#include "boldlistboxitem.h"
#include <ntqpainter.h>
#include <tqpainter.h>
BoldListBoxItem::BoldListBoxItem(TQListBox *listbox, const TQPixmap &pix,
const TQString &text, bool bold)

@ -18,7 +18,7 @@
#ifndef BOLDLISTBOXITEM_H
#define BOLDLISTBOXITEM_H
#include <ntqlistbox.h>
#include <tqlistbox.h>
/**Listbox item that can optionally display its text in bold
*@author Leonid Zeitlin

@ -16,10 +16,10 @@
***************************************************************************/
#include "boldmenuitem.h"
#include <ntqfont.h>
#include <ntqpainter.h>
#include <ntqpalette.h>
#include <ntqstyle.h>
#include <tqfont.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <tqstyle.h>
#include <kdebug.h>
#include <tdeglobalsettings.h>
#include <tdeversion.h>

@ -18,7 +18,7 @@
#ifndef BOLDMENUITEM_H
#define BOLDMENUITEM_H
#include <ntqmenudata.h>
#include <tqmenudata.h>
/**A custom menu item that can display its text in bold
*@author Leonid Zeitlin

@ -32,9 +32,9 @@
#include <kdebug.h>
#include <kglobalaccel.h>
#include <ntqnamespace.h>
#include <ntqpainter.h>
#include <ntqimage.h>
#include <tqnamespace.h>
#include <tqpainter.h>
#include <tqimage.h>
#include "kbconfig.h"
#include "xkeyboard.h"

@ -20,8 +20,8 @@
#include "kbgroup.h"
#include <ntqptrvector.h>
#include <ntqvaluevector.h>
#include <tqptrvector.h>
#include <tqvaluevector.h>
#include <tdeconfig.h>
#define ICONS_SECTION "Icons"

@ -19,17 +19,17 @@
#include "kbpickicondlg.h"
#include "boldlistboxitem.h"
#include <ntqlayout.h>
#include <ntqlabel.h>
#include <ntqcheckbox.h>
#include <ntqwhatsthis.h>
#include <ntqvbox.h>
#include <ntqstyle.h>
#include <ntqgroupbox.h>
#include <ntqheader.h>
#include <ntqobjectlist.h>
#include <ntqpushbutton.h>
#include <ntqcombobox.h>
#include <tqlayout.h>
#include <tqlabel.h>
#include <tqcheckbox.h>
#include <tqwhatsthis.h>
#include <tqvbox.h>
#include <tqstyle.h>
#include <tqgroupbox.h>
#include <tqheader.h>
#include <tqobjectlist.h>
#include <tqpushbutton.h>
#include <tqcombobox.h>
#include <tdeversion.h>
#include <tdelistbox.h>

@ -18,8 +18,8 @@
#ifndef KBGROUP_H
#define KBGROUP_H
#include <ntqpixmap.h>
#include <ntqstring.h>
#include <tqpixmap.h>
#include <tqstring.h>
/**A helper class the holds keyboard group's name and pixmap
*@author Leonid Zeitlin

@ -17,11 +17,11 @@
#include "kbpickicondlg.h"
#include <ntqvbox.h>
#include <ntqdir.h>
#include <ntqwhatsthis.h>
#include <ntqpushbutton.h>
#include <ntqimage.h>
#include <tqvbox.h>
#include <tqdir.h>
#include <tqwhatsthis.h>
#include <tqpushbutton.h>
#include <tqimage.h>
#include <tdeversion.h>
#include <tdelocale.h>

@ -29,7 +29,7 @@
#include <kuniqueapp.h>
#endif
//#include <ntqmap.h>
//#include <tqmap.h>
#include "kbgroup.h"
#include "kbswitchtrayicon.h"

@ -19,8 +19,8 @@
#define KBSWITCHINTF_H
#include <dcopobject.h>
#include <ntqobject.h>
#include <ntqstringlist.h>
#include <tqobject.h>
#include <tqstringlist.h>
#include "kbconfig.h"

@ -42,9 +42,9 @@
#include <kiconloader.h>
#include <kdebug.h>
#include <tdeversion.h>
#include <ntqtooltip.h>
#include <ntqstyle.h>
#include <ntqpainter.h>
#include <tqtooltip.h>
#include <tqstyle.h>
#include <tqpainter.h>
#ifdef USE_BOLD_MENUITEM
static TQColor getActiveTextColor(TDEPopupMenu *menu)

@ -18,8 +18,8 @@
#ifndef PATHLISTBOXITEM_H
#define PATHLISTBOXITEM_H
#include <ntqlistbox.h>
#include <ntqstring.h>
#include <tqlistbox.h>
#include <tqstring.h>
/**
*@author Leonid Zeitlin

@ -21,7 +21,7 @@
#define SINGLEWINDOWWATCHER_H
#include "windowwatcher.h"
#include <ntqmap.h>
#include <tqmap.h>
/**
Watches for changes of active window and keep a group per each window

@ -21,7 +21,7 @@
#define WINDOWCLASSWATCHER_H
#include "windowwatcher.h"
#include <ntqmap.h>
#include <tqmap.h>
class TQString;

@ -22,7 +22,7 @@
#ifndef WINDOWWATCHER_H
#define WINDOWWATCHER_H
#include <ntqobject.h>
#include <tqobject.h>
class KBConfig;
class KWinModule;

@ -17,8 +17,8 @@
#include "xkeyboard.h"
#include <ntqwindowdefs.h>
#include <ntqstringlist.h>
#include <tqwindowdefs.h>
#include <tqstringlist.h>
#include <kdebug.h>
#include <tdelocale.h>

@ -20,7 +20,7 @@
#include "config.h"
#include <ntqobject.h>
#include <tqobject.h>
#include <X11/Xlib.h>
#include <X11/XKBlib.h>

Loading…
Cancel
Save