diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:17:20 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:17:20 +0000 |
commit | a5edd20f0de599dbe7f7f00a184b78ac5156a846 (patch) | |
tree | af263e8b05d3a7ca4cadaae1e4c5b1f739d0a03b /kcontrol | |
parent | c663b6440964f6ac48027143ac9e63298991f9d0 (diff) | |
download | tdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.tar.gz tdebase-a5edd20f0de599dbe7f7f00a184b78ac5156a846.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1158418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol')
111 files changed, 292 insertions, 292 deletions
diff --git a/kcontrol/access/kaccess.h b/kcontrol/access/kaccess.h index daecba440..103797ac3 100644 --- a/kcontrol/access/kaccess.h +++ b/kcontrol/access/kaccess.h @@ -16,7 +16,7 @@ #undef explicit class KDialogBase; -class QLabel; +class TQLabel; class KComboBox; class KAccessApp : public KUniqueApplication diff --git a/kcontrol/access/kcmaccess.h b/kcontrol/access/kcmaccess.h index 058b1c491..287514343 100644 --- a/kcontrol/access/kcmaccess.h +++ b/kcontrol/access/kcmaccess.h @@ -13,14 +13,14 @@ #include <knuminput.h> -class QCheckBox; -class QComboBox; -class QLabel; -class QLineEdit; -class QPushButton; -class QRadioButton; +class TQCheckBox; +class TQComboBox; +class TQLabel; +class TQLineEdit; +class TQPushButton; +class TQRadioButton; class KColorButton; -class QSlider; +class TQSlider; class KNumInput; class KAboutData; diff --git a/kcontrol/background/bgadvanced.h b/kcontrol/background/bgadvanced.h index 8c2a0b801..cc1ba7bf1 100644 --- a/kcontrol/background/bgadvanced.h +++ b/kcontrol/background/bgadvanced.h @@ -29,8 +29,8 @@ #include <kdialogbase.h> -class QLineEdit; -class QSpinBox; +class TQLineEdit; +class TQSpinBox; class BGAdvancedBase; class KBackgroundRenderer; diff --git a/kcontrol/background/bgrender.h b/kcontrol/background/bgrender.h index 055512618..cf1682578 100644 --- a/kcontrol/background/bgrender.h +++ b/kcontrol/background/bgrender.h @@ -18,10 +18,10 @@ #include "bgsettings.h" -class QSize; -class QRect; -class QString; -class QTimer; +class TQSize; +class TQRect; +class TQString; +class TQTimer; class KConfig; class KProcess; diff --git a/kcontrol/background/bgsettings.h b/kcontrol/background/bgsettings.h index bdf971c3c..abb8b6cf9 100644 --- a/kcontrol/background/bgsettings.h +++ b/kcontrol/background/bgsettings.h @@ -16,12 +16,12 @@ #include <tqcolor.h> #include <tqvaluevector.h> -template <class TQString, class T> class QMap; +template <class TQString, class T> class TQMap; class KStandardDirs; class KSimpleConfig; class KConfig; -class QString; -class QImage; +class TQString; +class TQImage; /** * A class to manipulate/read/write/list KDE desktop patterns. diff --git a/kcontrol/bell/bell.h b/kcontrol/bell/bell.h index dc17def93..0abc1a371 100644 --- a/kcontrol/bell/bell.h +++ b/kcontrol/bell/bell.h @@ -23,9 +23,9 @@ #include "kcmodule.h" -class QCheckBox; +class TQCheckBox; class KIntNumInput; -class QPushButton; +class TQPushButton; class KBellConfig : public KCModule { diff --git a/kcontrol/clock/main.h b/kcontrol/clock/main.h index 53a060674..8e178291a 100644 --- a/kcontrol/clock/main.h +++ b/kcontrol/clock/main.h @@ -25,7 +25,7 @@ class Dtime; class Tzone; -class QTabWidget; +class TQTabWidget; class KclockModule : public KCModule diff --git a/kcontrol/clock/tzone.h b/kcontrol/clock/tzone.h index fe9119773..3e874472f 100644 --- a/kcontrol/clock/tzone.h +++ b/kcontrol/clock/tzone.h @@ -26,8 +26,8 @@ #include <ktimezonewidget.h> #include <tqvgroupbox.h> -class QComboBox; -class QLabel; +class TQComboBox; +class TQLabel; class Tzone : public QVGroupBox { diff --git a/kcontrol/colors/colorscm.cpp b/kcontrol/colors/colorscm.cpp index d735d1248..6161198c0 100644 --- a/kcontrol/colors/colorscm.cpp +++ b/kcontrol/colors/colorscm.cpp @@ -182,7 +182,7 @@ KColorScheme::KColorScheme(TQWidget *parent, const char *name, const TQStringLis " current user." )); - TQBoxLayout *stackLayout = new QVBoxLayout; + TQBoxLayout *stackLayout = new TQVBoxLayout; topLayout->addLayout(stackLayout, 1, 1); group = new TQGroupBox(i18n("&Widget Color"), this); @@ -251,7 +251,7 @@ KColorScheme::KColorScheme(TQWidget *parent, const char *name, const TQStringLis TQVBoxLayout *groupLayout2 = new TQVBoxLayout(group, 10); groupLayout2->addSpacing(10); - groupLayout = new QHBoxLayout; + groupLayout = new TQHBoxLayout; groupLayout2->addLayout(groupLayout); sb = new TQSlider( TQSlider::Horizontal,group,"Slider" ); diff --git a/kcontrol/colors/colorscm.h b/kcontrol/colors/colorscm.h index 1494b072d..c2e19d421 100644 --- a/kcontrol/colors/colorscm.h +++ b/kcontrol/colors/colorscm.h @@ -18,13 +18,13 @@ #include "widgetcanvas.h" -class QSlider; -class QComboBox; -class QPushButton; -class QCheckBox; -class QResizeEvent; +class TQSlider; +class TQComboBox; +class TQPushButton; +class TQCheckBox; +class TQResizeEvent; class KLineEdit; -class QPalette; +class TQPalette; class KListBox; class KColorButton; class KConfig; diff --git a/kcontrol/colors/widgetcanvas.h b/kcontrol/colors/widgetcanvas.h index 4e78d599e..44fc2fd12 100644 --- a/kcontrol/colors/widgetcanvas.h +++ b/kcontrol/colors/widgetcanvas.h @@ -40,10 +40,10 @@ #define CSM_Alternate_background 22 #define CSM_LAST 23 -class QPixmap; -class QColor; -class QPainter; -class QEvent; +class TQPixmap; +class TQColor; +class TQPainter; +class TQEvent; class KPixmap; diff --git a/kcontrol/componentchooser/componentchooser.h b/kcontrol/componentchooser/componentchooser.h index 1ac405489..af5d688ab 100644 --- a/kcontrol/componentchooser/componentchooser.h +++ b/kcontrol/componentchooser/componentchooser.h @@ -26,7 +26,7 @@ #include <kservice.h> -class QListBoxItem; +class TQListBoxItem; class KEMailSettings; class KConfig; diff --git a/kcontrol/crypto/certexport.h b/kcontrol/crypto/certexport.h index 00721d109..54511e04c 100644 --- a/kcontrol/crypto/certexport.h +++ b/kcontrol/crypto/certexport.h @@ -24,8 +24,8 @@ #include <kdialog.h> class KLineEdit; -class QRadioButton; -class QPushButton; +class TQRadioButton; +class TQPushButton; class KSSLCertificate; diff --git a/kcontrol/crypto/crypto.h b/kcontrol/crypto/crypto.h index b9d856ceb..7f1b1d21c 100644 --- a/kcontrol/crypto/crypto.h +++ b/kcontrol/crypto/crypto.h @@ -36,8 +36,8 @@ #include <kcmodule.h> #include <ksimpleconfig.h> -class QGridLayout; -class QVButtonGroup; +class TQGridLayout; +class TQVButtonGroup; class KComboBox; class KCryptoConfig; diff --git a/kcontrol/crypto/kdatetimedlg.h b/kcontrol/crypto/kdatetimedlg.h index 4d6cc21f0..92b62193b 100644 --- a/kcontrol/crypto/kdatetimedlg.h +++ b/kcontrol/crypto/kdatetimedlg.h @@ -26,9 +26,9 @@ class KDatePicker; class KIntNumInput; class KPushButton; -class QDate; -class QTime; -class QDateTime; +class TQDate; +class TQTime; +class TQDateTime; class KDateTimeDlgPrivate; diff --git a/kcontrol/display/display.h b/kcontrol/display/display.h index ec5811725..5696717ff 100644 --- a/kcontrol/display/display.h +++ b/kcontrol/display/display.h @@ -22,7 +22,7 @@ #include <kcmodule.h> -class QTabWidget; +class TQTabWidget; class KCMDisplay : public KCModule { diff --git a/kcontrol/ebrowsing/filteropts.h b/kcontrol/ebrowsing/filteropts.h index 98753e01c..c8338c031 100644 --- a/kcontrol/ebrowsing/filteropts.h +++ b/kcontrol/ebrowsing/filteropts.h @@ -25,7 +25,7 @@ #include <kcmodule.h> -class QListBox; +class TQListBox; class FilterOptions : public KCModule { diff --git a/kcontrol/energy/energy.h b/kcontrol/energy/energy.h index 2625eba92..c50d027ba 100644 --- a/kcontrol/energy/energy.h +++ b/kcontrol/energy/energy.h @@ -17,7 +17,7 @@ #include <tqobject.h> #include <kcmodule.h> -class QCheckBox; +class TQCheckBox; class KIntNumInput; class KConfig; diff --git a/kcontrol/filetypes/filegroupdetails.h b/kcontrol/filetypes/filegroupdetails.h index d52bec176..bb4d15bd7 100644 --- a/kcontrol/filetypes/filegroupdetails.h +++ b/kcontrol/filetypes/filegroupdetails.h @@ -20,7 +20,7 @@ #include <tqwidget.h> class TypesListItem; -class QButtonGroup; +class TQButtonGroup; /** * This widget contains the details for a filetype group. diff --git a/kcontrol/filetypes/filetypedetails.h b/kcontrol/filetypes/filetypedetails.h index fcbe3f3d5..b364d919d 100644 --- a/kcontrol/filetypes/filetypedetails.h +++ b/kcontrol/filetypes/filetypedetails.h @@ -4,12 +4,12 @@ #include <tqtabwidget.h> class TypesListItem; class KIconButton; -class QLineEdit; -class QListBox; -class QButtonGroup; -class QCheckBox; -class QRadioButton; -class QPushButton; +class TQLineEdit; +class TQListBox; +class TQButtonGroup; +class TQCheckBox; +class TQRadioButton; +class TQPushButton; class KServiceListWidget; /** diff --git a/kcontrol/filetypes/filetypesview.h b/kcontrol/filetypes/filetypesview.h index 70b6bb88d..2db123398 100644 --- a/kcontrol/filetypes/filetypesview.h +++ b/kcontrol/filetypes/filetypesview.h @@ -9,17 +9,17 @@ #include "typeslistitem.h" -class QLabel; +class TQLabel; class KListView; -class QListViewItem; -class QListBox; -class QPushButton; +class TQListViewItem; +class TQListBox; +class TQPushButton; class KIconButton; -class QLineEdit; -class QComboBox; +class TQLineEdit; +class TQComboBox; class FileTypeDetails; class FileGroupDetails; -class QWidgetStack; +class TQWidgetStack; class FileTypesView : public KCModule { diff --git a/kcontrol/filetypes/kservicelistwidget.h b/kcontrol/filetypes/kservicelistwidget.h index eb2590781..f17c9583a 100644 --- a/kcontrol/filetypes/kservicelistwidget.h +++ b/kcontrol/filetypes/kservicelistwidget.h @@ -24,8 +24,8 @@ #include <tqgroupbox.h> #include <tqlistbox.h> class TypesListItem; -class QLineEdit; -class QPushButton; +class TQLineEdit; +class TQPushButton; class KService; class KServiceListItem : public QListBoxText diff --git a/kcontrol/filetypes/newtypedlg.h b/kcontrol/filetypes/newtypedlg.h index e76025ea6..35ed2d40e 100644 --- a/kcontrol/filetypes/newtypedlg.h +++ b/kcontrol/filetypes/newtypedlg.h @@ -6,7 +6,7 @@ #include <kdialogbase.h> class KLineEdit; -class QComboBox; +class TQComboBox; /** * A dialog for creating a new file type, with diff --git a/kcontrol/fonts/fonts.h b/kcontrol/fonts/fonts.h index 0adb2565d..b75a82fa4 100644 --- a/kcontrol/fonts/fonts.h +++ b/kcontrol/fonts/fonts.h @@ -17,8 +17,8 @@ #include "kxftconfig.h" -class QCheckBox; -class QComboBox; +class TQCheckBox; +class TQComboBox; class KDoubleNumInput; class FontAASettings; diff --git a/kcontrol/icons/icons.h b/kcontrol/icons/icons.h index 13f20b264..9bc2089aa 100644 --- a/kcontrol/icons/icons.h +++ b/kcontrol/icons/icons.h @@ -19,19 +19,19 @@ #include <kcmodule.h> #include <kdialogbase.h> -class QCheckBox; -class QColor; -class QComboBox; -class QGridLayout; -class QGroupBox; -class QIconView; -class QLabel; -class QListBox; -class QListView; -class QPushButton; -class QSlider; -class QTabWidget; -class QWidget; +class TQCheckBox; +class TQColor; +class TQComboBox; +class TQGridLayout; +class TQGroupBox; +class TQIconView; +class TQLabel; +class TQListBox; +class TQListView; +class TQPushButton; +class TQSlider; +class TQTabWidget; +class TQWidget; class KColorButton; class KConfig; diff --git a/kcontrol/icons/iconthemes.h b/kcontrol/icons/iconthemes.h index 622cedb19..d252eca10 100644 --- a/kcontrol/icons/iconthemes.h +++ b/kcontrol/icons/iconthemes.h @@ -23,10 +23,10 @@ #include <tqmap.h> #include <klistview.h> -class QPushButton; +class TQPushButton; class DeviceManager; -class QCheckBox; -class QStringList; +class TQCheckBox; +class TQStringList; class IconThemesConfig : public KCModule diff --git a/kcontrol/input/core/themepage.h b/kcontrol/input/core/themepage.h index b4c964037..6ab6dcedd 100644 --- a/kcontrol/input/core/themepage.h +++ b/kcontrol/input/core/themepage.h @@ -20,7 +20,7 @@ #define __THEMEPAGE_H class KListView; -class QListViewItem; +class TQListViewItem; class ThemePage : public QWidget { diff --git a/kcontrol/input/mouse.h b/kcontrol/input/mouse.h index 749351f19..bee04d5ea 100644 --- a/kcontrol/input/mouse.h +++ b/kcontrol/input/mouse.h @@ -55,9 +55,9 @@ #define RIGHT_HANDED 0 #define LEFT_HANDED 1 -class QCheckBox; -class QSlider; -class QTabWidget; +class TQCheckBox; +class TQSlider; +class TQTabWidget; class MouseSettings { diff --git a/kcontrol/input/xcursor/themepage.h b/kcontrol/input/xcursor/themepage.h index 95ee12fd9..a4949a6ac 100644 --- a/kcontrol/input/xcursor/themepage.h +++ b/kcontrol/input/xcursor/themepage.h @@ -23,11 +23,11 @@ class KListView; -class QString; +class TQString; class PreviewWidget; -class QStringList; -class QListViewItem; -class QPushButton; +class TQStringList; +class TQListViewItem; +class TQPushButton; struct ThemeInfo; diff --git a/kcontrol/ioslaveinfo/kcmioslaveinfo.h b/kcontrol/ioslaveinfo/kcmioslaveinfo.h index 1aa9dbf6b..9537d6cc7 100644 --- a/kcontrol/ioslaveinfo/kcmioslaveinfo.h +++ b/kcontrol/ioslaveinfo/kcmioslaveinfo.h @@ -34,8 +34,8 @@ #include <ktextbrowser.h> class KIOTimeoutControl; -class QTabWidget; -class QSpinBox; +class TQTabWidget; +class TQSpinBox; class KConfig; class KCMIOSlaveInfo : public KCModule diff --git a/kcontrol/joystick/caldialog.h b/kcontrol/joystick/caldialog.h index 02e151e45..898b52dd9 100644 --- a/kcontrol/joystick/caldialog.h +++ b/kcontrol/joystick/caldialog.h @@ -23,7 +23,7 @@ #include <kdialogbase.h> -class QLabel; +class TQLabel; class JoyDevice; diff --git a/kcontrol/joystick/joywidget.h b/kcontrol/joystick/joywidget.h index d857229e8..06b05a4ba 100644 --- a/kcontrol/joystick/joywidget.h +++ b/kcontrol/joystick/joywidget.h @@ -26,13 +26,13 @@ class JoyDevice; class PosWidget; -class QLabel; -class QTable; -class QTimer; -class QComboBox; -class QPushButton; -class QCheckBox; -class QHBox; +class TQLabel; +class TQTable; +class TQTimer; +class TQComboBox; +class TQPushButton; +class TQCheckBox; +class TQHBox; // the widget which displays all buttons, values, etc. class JoyWidget : public QWidget diff --git a/kcontrol/kcontrol/aboutwidget.h b/kcontrol/kcontrol/aboutwidget.h index b6ae9857b..595e394e7 100644 --- a/kcontrol/kcontrol/aboutwidget.h +++ b/kcontrol/kcontrol/aboutwidget.h @@ -25,7 +25,7 @@ #include <tqhbox.h> class KCModuleInfo; -class QPixmap; +class TQPixmap; class KPixmap; class ConfigModule; class KHTMLPart; diff --git a/kcontrol/kcontrol/dockcontainer.h b/kcontrol/kcontrol/dockcontainer.h index 6291d5b00..9c1dfb88f 100644 --- a/kcontrol/kcontrol/dockcontainer.h +++ b/kcontrol/kcontrol/dockcontainer.h @@ -26,7 +26,7 @@ class ConfigModule; class ModuleTitle; class ProxyWidget; -class QLabel; +class TQLabel; class ModuleWidget : public QVBox { diff --git a/kcontrol/kcontrol/helpwidget.h b/kcontrol/kcontrol/helpwidget.h index 7393a7c13..5a78e87d3 100644 --- a/kcontrol/kcontrol/helpwidget.h +++ b/kcontrol/kcontrol/helpwidget.h @@ -20,8 +20,8 @@ #ifndef __helpwidget_h__ #define __helpwidget_h__ -class QWidget; -class QWhatsThis; +class TQWidget; +class TQWhatsThis; class HelpWidget : public QWhatsThis { diff --git a/kcontrol/kcontrol/modules.h b/kcontrol/kcontrol/modules.h index ce31c7af0..bcdc7d7e4 100644 --- a/kcontrol/kcontrol/modules.h +++ b/kcontrol/kcontrol/modules.h @@ -25,16 +25,16 @@ #include <tqdict.h> #include <qxembed.h> -template<class ConfigModule> class QPtrList; -class QStringList; +template<class ConfigModule> class TQPtrList; +class TQStringList; class KAboutData; class KCModule; class ProxyWidget; class KProcess; class QXEmbed; -class QVBoxLayout; -class QVBox; -class QWidgetStack; +class TQVBoxLayout; +class TQVBox; +class TQWidgetStack; class ConfigModule : public TQObject, public KCModuleInfo { diff --git a/kcontrol/kcontrol/moduletreeview.h b/kcontrol/kcontrol/moduletreeview.h index 3c16f099e..ede3c8a52 100644 --- a/kcontrol/kcontrol/moduletreeview.h +++ b/kcontrol/kcontrol/moduletreeview.h @@ -29,7 +29,7 @@ class ConfigModule; class ConfigModuleList; -class QPainter; +class TQPainter; class ModuleTreeItem : public QListViewItem { diff --git a/kcontrol/kcontrol/proxywidget.h b/kcontrol/kcontrol/proxywidget.h index c1368b447..6fc062dc8 100644 --- a/kcontrol/kcontrol/proxywidget.h +++ b/kcontrol/kcontrol/proxywidget.h @@ -24,9 +24,9 @@ #define __PROXYWIDGET_H__ -class QWidget; -class QPushButton; -class QFrame; +class TQWidget; +class TQPushButton; +class TQFrame; class KCModule; class KAboutData; diff --git a/kcontrol/kcontrol/searchwidget.h b/kcontrol/kcontrol/searchwidget.h index 492de1729..42827f1f4 100644 --- a/kcontrol/kcontrol/searchwidget.h +++ b/kcontrol/kcontrol/searchwidget.h @@ -30,7 +30,7 @@ class KListBox; class KLineEdit; -class QListBoxItem; +class TQListBoxItem; class KeywordListEntry { diff --git a/kcontrol/kcontrol/toplevel.h b/kcontrol/kcontrol/toplevel.h index 2f10cb3bc..8cc4a7a67 100644 --- a/kcontrol/kcontrol/toplevel.h +++ b/kcontrol/kcontrol/toplevel.h @@ -25,8 +25,8 @@ #include <tqlistview.h> -class QSplitter; -class QWidgetStack; +class TQSplitter; +class TQWidgetStack; class KToggleAction; class KAction; diff --git a/kcontrol/kded/kcmkded.h b/kcontrol/kded/kcmkded.h index 9971fd6cd..8e6ff8d9a 100644 --- a/kcontrol/kded/kcmkded.h +++ b/kcontrol/kded/kcmkded.h @@ -25,8 +25,8 @@ class KListView; -class QStringList; -class QPushButton; +class TQStringList; +class TQPushButton; class KDEDConfig : public KCModule { diff --git a/kcontrol/kdm/background.h b/kcontrol/kdm/background.h index 7de6a82dc..76b0070c3 100644 --- a/kcontrol/kdm/background.h +++ b/kcontrol/kdm/background.h @@ -17,8 +17,8 @@ class KSimpleConfig; class BGDialog; class KGlobalBackgroundSettings; -class QCheckBox; -class QLabel; +class TQCheckBox; +class TQLabel; class KBackground: public QWidget { diff --git a/kcontrol/kdm/kdm-appear.h b/kcontrol/kdm/kdm-appear.h index dba6af36d..3481635b6 100644 --- a/kcontrol/kdm/kdm-appear.h +++ b/kcontrol/kdm/kdm-appear.h @@ -34,11 +34,11 @@ #include "klanguagebutton.h" -class QComboBox; +class TQComboBox; class KBackedComboBox; -class QLabel; -class QRadioButton; -class QLineEdit; +class TQLabel; +class TQRadioButton; +class TQLineEdit; class KLineEdit; diff --git a/kcontrol/kdm/kdm-font.h b/kcontrol/kdm/kdm-font.h index 92488d3e7..427da8e8b 100644 --- a/kcontrol/kdm/kdm-font.h +++ b/kcontrol/kdm/kdm-font.h @@ -23,7 +23,7 @@ #include <tqwidget.h> class KFontRequester; -class QCheckBox; +class TQCheckBox; class KDMFontWidget : public QWidget { diff --git a/kcontrol/kdm/kdm-shut.h b/kcontrol/kdm/kdm-shut.h index 0d603e9eb..b8513cac5 100644 --- a/kcontrol/kdm/kdm-shut.h +++ b/kcontrol/kdm/kdm-shut.h @@ -23,8 +23,8 @@ #include <tqstring.h> -class QComboBox; -class QCheckBox; +class TQComboBox; +class TQCheckBox; class KURLRequester; class KBackedComboBox; diff --git a/kcontrol/keys/commandShortcuts.h b/kcontrol/keys/commandShortcuts.h index 504359fed..d9194e0bc 100644 --- a/kcontrol/keys/commandShortcuts.h +++ b/kcontrol/keys/commandShortcuts.h @@ -27,10 +27,10 @@ class AppTreeView; class AppTreeItem; -class QButtonGroup; -class QRadioButton; +class TQButtonGroup; +class TQRadioButton; class KKeyButton; -class QListViewItem; +class TQListViewItem; typedef TQPtrList<AppTreeItem> treeItemList; typedef TQPtrListIterator<AppTreeItem> treeItemListIterator; diff --git a/kcontrol/keys/kaccelaction.h b/kcontrol/keys/kaccelaction.h index 9b00f08d2..144427d9c 100644 --- a/kcontrol/keys/kaccelaction.h +++ b/kcontrol/keys/kaccelaction.h @@ -32,7 +32,7 @@ class KAccelBase; -class QObject; +class TQObject; class KConfig; class KConfigBase; diff --git a/kcontrol/keys/keyconfig.h b/kcontrol/keys/keyconfig.h index f38efe8b0..c7291fa78 100644 --- a/kcontrol/keys/keyconfig.h +++ b/kcontrol/keys/keyconfig.h @@ -16,7 +16,7 @@ //#include <kcmodule.h> #include <tqdict.h> -class QCheckBox; +class TQCheckBox; class KeyChooserSpec; diff --git a/kcontrol/keys/modifiers.h b/kcontrol/keys/modifiers.h index 406d49862..f19dc8481 100644 --- a/kcontrol/keys/modifiers.h +++ b/kcontrol/keys/modifiers.h @@ -3,8 +3,8 @@ #include <tqwidget.h> -class QCheckBox; -class QLabel; +class TQCheckBox; +class TQLabel; class KComboBox; class KListView; diff --git a/kcontrol/keys/treeview.h b/kcontrol/keys/treeview.h index b07384397..d31ba2d00 100644 --- a/kcontrol/keys/treeview.h +++ b/kcontrol/keys/treeview.h @@ -24,7 +24,7 @@ #include <tqstring.h> #include <klistview.h> -class QPopupMenu; +class TQPopupMenu; class KActionCollection; class KDesktopFile; diff --git a/kcontrol/kfontinst/kcmfontinst/KCmFontInst.h b/kcontrol/kfontinst/kcmfontinst/KCmFontInst.h index bbb072a2a..b304e0a1a 100644 --- a/kcontrol/kfontinst/kcmfontinst/KCmFontInst.h +++ b/kcontrol/kfontinst/kcmfontinst/KCmFontInst.h @@ -48,9 +48,9 @@ class KRadioAction; class KActionMenu; class KToggleAction; class KFileItem; -class QLabel; -class QSplitter; -class QDropEvent; +class TQLabel; +class TQSplitter; +class TQDropEvent; class KFileItem; namespace KFI diff --git a/kcontrol/kfontinst/kcmfontinst/KFileFontView.h b/kcontrol/kfontinst/kcmfontinst/KFileFontView.h index 295be9106..b4766c5c4 100644 --- a/kcontrol/kfontinst/kcmfontinst/KFileFontView.h +++ b/kcontrol/kfontinst/kcmfontinst/KFileFontView.h @@ -36,8 +36,8 @@ // 2000, 2001 Carste class KFileItem; -class QWidget; -class QKeyEvent; +class TQWidget; +class TQKeyEvent; #include <klistview.h> #include <kmimetyperesolver.h> diff --git a/kcontrol/kfontinst/kcmfontinst/SettingsDialog.h b/kcontrol/kfontinst/kcmfontinst/SettingsDialog.h index 0edac64dd..c45667da3 100644 --- a/kcontrol/kfontinst/kcmfontinst/SettingsDialog.h +++ b/kcontrol/kfontinst/kcmfontinst/SettingsDialog.h @@ -31,7 +31,7 @@ #include <kdialogbase.h> -class QCheckBox; +class TQCheckBox; namespace KFI { diff --git a/kcontrol/kfontinst/lib/FcEngine.h b/kcontrol/kfontinst/lib/FcEngine.h index 594a9192a..5c85b1a13 100644 --- a/kcontrol/kfontinst/lib/FcEngine.h +++ b/kcontrol/kfontinst/lib/FcEngine.h @@ -36,7 +36,7 @@ #endif -class QPixmap; +class TQPixmap; #ifdef HAVE_XFT typedef struct _XftFont XftFont; diff --git a/kcontrol/kfontinst/lib/Misc.h b/kcontrol/kfontinst/lib/Misc.h index d20f08358..ee8de5445 100644 --- a/kcontrol/kfontinst/lib/Misc.h +++ b/kcontrol/kfontinst/lib/Misc.h @@ -37,7 +37,7 @@ #include <tqstringlist.h> #include <kurl.h> -class QWidget; +class TQWidget; namespace KFI { diff --git a/kcontrol/kfontinst/viewpart/FontViewPart.h b/kcontrol/kfontinst/viewpart/FontViewPart.h index 565ac3b7a..21de2e074 100644 --- a/kcontrol/kfontinst/viewpart/FontViewPart.h +++ b/kcontrol/kfontinst/viewpart/FontViewPart.h @@ -31,9 +31,9 @@ #include <kparts/part.h> -class QPushButton; -class QFrame; -class QLabel; +class TQPushButton; +class TQFrame; +class TQLabel; class KIntNumInput; class KAction; class KURL; diff --git a/kcontrol/kfontinst/viewpart/KfiPrint.h b/kcontrol/kfontinst/viewpart/KfiPrint.h index 01889273a..d93744aa5 100644 --- a/kcontrol/kfontinst/viewpart/KfiPrint.h +++ b/kcontrol/kfontinst/viewpart/KfiPrint.h @@ -29,9 +29,9 @@ // (C) Craig Drummond, 2005 //////////////////////////////////////////////////////////////////////////////// -class QStringList; -class QString; -class QWidget; +class TQStringList; +class TQString; +class TQWidget; namespace KFI { diff --git a/kcontrol/kicker/applettab_impl.h b/kcontrol/kicker/applettab_impl.h index 715d3a322..83b80da0e 100644 --- a/kcontrol/kicker/applettab_impl.h +++ b/kcontrol/kicker/applettab_impl.h @@ -24,12 +24,12 @@ #include <tqwidget.h> #include "applettab.h" -class QGroupBox; -class QButtonGroup; -class QRadioButton; -class QPushButton; +class TQGroupBox; +class TQButtonGroup; +class TQRadioButton; +class TQPushButton; class KListView; -class QListViewItem; +class TQListViewItem; class AppletTab : public AppletTabBase { diff --git a/kcontrol/kicker/main.h b/kcontrol/kicker/main.h index 1af4fbf8d..97de653b5 100644 --- a/kcontrol/kicker/main.h +++ b/kcontrol/kicker/main.h @@ -23,7 +23,7 @@ #include "extensionInfo.h" -class QComboBox; +class TQComboBox; class KAboutData; class KDirWatch; diff --git a/kcontrol/kicker/positiontab_impl.h b/kcontrol/kicker/positiontab_impl.h index 6bfcf5ad4..4740a8a61 100644 --- a/kcontrol/kicker/positiontab_impl.h +++ b/kcontrol/kicker/positiontab_impl.h @@ -22,7 +22,7 @@ #include "positiontab.h" -class QFrame; +class TQFrame; class KVirtualBGRenderer; class KickerConfig; class ExtensionInfo; diff --git a/kcontrol/kio/fakeuaprovider.h b/kcontrol/kio/fakeuaprovider.h index 3e9f600dd..8aedb639d 100644 --- a/kcontrol/kio/fakeuaprovider.h +++ b/kcontrol/kio/fakeuaprovider.h @@ -21,8 +21,8 @@ #include <ktrader.h> -class QString; -class QStringList; +class TQString; +class TQStringList; class FakeUASProvider { diff --git a/kcontrol/kio/kcookiesmain.h b/kcontrol/kio/kcookiesmain.h index 802f89c17..285c9e87a 100644 --- a/kcontrol/kio/kcookiesmain.h +++ b/kcontrol/kio/kcookiesmain.h @@ -8,7 +8,7 @@ #include <kcmodule.h> -class QTabWidget; +class TQTabWidget; class DCOPClient; class KCookiesPolicies; class KCookiesManagement; diff --git a/kcontrol/kio/kcookiespolicies.h b/kcontrol/kio/kcookiespolicies.h index b6f1de2e0..d59903a63 100644 --- a/kcontrol/kio/kcookiespolicies.h +++ b/kcontrol/kio/kcookiespolicies.h @@ -31,7 +31,7 @@ #include "policydlg.h" -class QListViewItem; +class TQListViewItem; class DCOPClient; class KCookiesPolicyDlgUI; diff --git a/kcontrol/kio/kmanualproxydlg.h b/kcontrol/kio/kmanualproxydlg.h index ee8682e28..18cbd6f0a 100644 --- a/kcontrol/kio/kmanualproxydlg.h +++ b/kcontrol/kio/kmanualproxydlg.h @@ -24,7 +24,7 @@ #include "kproxydlgbase.h" -class QSpinBox; +class TQSpinBox; class KLineEdit; class ManualProxyDlgUI; diff --git a/kcontrol/kio/kproxydlg.h b/kcontrol/kio/kproxydlg.h index d8ef1db9e..f7de6913c 100644 --- a/kcontrol/kio/kproxydlg.h +++ b/kcontrol/kio/kproxydlg.h @@ -26,7 +26,7 @@ #include <kcmodule.h> -class QTabWidget; +class TQTabWidget; class KProxyData; class KProxyDialogUI; diff --git a/kcontrol/kio/ksaveioconfig.h b/kcontrol/kio/ksaveioconfig.h index 2bf107131..c5efc5525 100644 --- a/kcontrol/kio/ksaveioconfig.h +++ b/kcontrol/kio/ksaveioconfig.h @@ -22,7 +22,7 @@ #include <kprotocolmanager.h> -class QWidget; +class TQWidget; class KSaveIOConfigPrivate; class KSaveIOConfig diff --git a/kcontrol/kio/main.h b/kcontrol/kio/main.h index 70a64c44a..5c6d35ef9 100644 --- a/kcontrol/kio/main.h +++ b/kcontrol/kio/main.h @@ -24,7 +24,7 @@ #include <kcmodule.h> #include <kglobal.h> -class QTabWidget; +class TQTabWidget; class LanBrowser:public KCModule { diff --git a/kcontrol/kio/netpref.h b/kcontrol/kio/netpref.h index ff8a7ffcf..4a48b30cb 100644 --- a/kcontrol/kio/netpref.h +++ b/kcontrol/kio/netpref.h @@ -3,12 +3,12 @@ #include <kcmodule.h> -class QLabel; -class QVGroupBox; -class QCheckBox; -class QVBoxLayout; -class QHBoxLayout; -class QGridLayout; +class TQLabel; +class TQVGroupBox; +class TQCheckBox; +class TQVBoxLayout; +class TQHBoxLayout; +class TQGridLayout; class KIntNumInput; diff --git a/kcontrol/kio/policydlg.h b/kcontrol/kio/policydlg.h index 815b4d01d..2bf7a4c99 100644 --- a/kcontrol/kio/policydlg.h +++ b/kcontrol/kio/policydlg.h @@ -24,7 +24,7 @@ #include <kdialogbase.h> -class QPushButton; +class TQPushButton; class PolicyDlgUI; class KCookieAdvice diff --git a/kcontrol/kio/socks.h b/kcontrol/kio/socks.h index 69f4ab4fd..a18c85758 100644 --- a/kcontrol/kio/socks.h +++ b/kcontrol/kio/socks.h @@ -31,7 +31,7 @@ #include "socksbase.h" -class QVButtonGroup; +class TQVButtonGroup; class KSocksConfig : public KCModule { diff --git a/kcontrol/knotify/knotify.h b/kcontrol/knotify/knotify.h index 1b1f5e34c..7f5cf8507 100644 --- a/kcontrol/knotify/knotify.h +++ b/kcontrol/knotify/knotify.h @@ -28,9 +28,9 @@ #include <kcmodule.h> #include <kdialogbase.h> -class QCheckBox; -class QLabel; -class QSlider; +class TQCheckBox; +class TQLabel; +class TQSlider; class KAboutData; class KComboBox; diff --git a/kcontrol/konq/behaviour.h b/kcontrol/konq/behaviour.h index 2cfcb95fb..dd486cf8d 100644 --- a/kcontrol/konq/behaviour.h +++ b/kcontrol/konq/behaviour.h @@ -21,11 +21,11 @@ #include <kcmodule.h> -class QCheckBox; -class QLabel; -class QRadioButton; -class QSpinBox; -class QVButtonGroup; +class TQCheckBox; +class TQLabel; +class TQRadioButton; +class TQSpinBox; +class TQVButtonGroup; class KConfig; class KURLRequester; diff --git a/kcontrol/konq/browser.h b/kcontrol/konq/browser.h index f8856fd74..7fc34725c 100644 --- a/kcontrol/konq/browser.h +++ b/kcontrol/konq/browser.h @@ -23,7 +23,7 @@ #include <kcmodule.h> class KConfig; -class QTabWidget; +class TQTabWidget; //----------------------------------------------------------------------------- diff --git a/kcontrol/konq/desktop.h b/kcontrol/konq/desktop.h index 548af65b0..7fd06d3c6 100644 --- a/kcontrol/konq/desktop.h +++ b/kcontrol/konq/desktop.h @@ -21,9 +21,9 @@ #include <kcmodule.h> -class QSpinBox; -class QLabel; -class QCheckBox; +class TQSpinBox; +class TQLabel; +class TQCheckBox; class KLineEdit; class KIntNumInput; diff --git a/kcontrol/konq/fontopts.h b/kcontrol/konq/fontopts.h index 8b77f9c75..49c34b923 100644 --- a/kcontrol/konq/fontopts.h +++ b/kcontrol/konq/fontopts.h @@ -39,8 +39,8 @@ #include <kcmodule.h> -class QCheckBox; -class QRadioButton; +class TQCheckBox; +class TQRadioButton; class KColorButton; class KConfig; diff --git a/kcontrol/konq/previews.h b/kcontrol/konq/previews.h index 0e8d112f2..8cf3ceade 100644 --- a/kcontrol/konq/previews.h +++ b/kcontrol/konq/previews.h @@ -36,8 +36,8 @@ Configuration of the maximum image size #include <kcmodule.h> class KConfig; -class QCheckBox; -class QCheckListItem; +class TQCheckBox; +class TQCheckListItem; class KDoubleNumInput; class KPreviewOptions : public KCModule diff --git a/kcontrol/konq/rootopts.h b/kcontrol/konq/rootopts.h index 482c4a765..7af18f1ae 100644 --- a/kcontrol/konq/rootopts.h +++ b/kcontrol/konq/rootopts.h @@ -19,9 +19,9 @@ #include <kio/global.h> #include <kurl.h> -class QCheckBox; -class QComboBox; -class QPushButton; +class TQCheckBox; +class TQComboBox; +class TQPushButton; class KConfig; class KListView; diff --git a/kcontrol/konqhtml/appearance.h b/kcontrol/konqhtml/appearance.h index 8b01f4055..ea85322db 100644 --- a/kcontrol/konqhtml/appearance.h +++ b/kcontrol/konqhtml/appearance.h @@ -16,7 +16,7 @@ #include <kcmodule.h> -class QSpinBox; +class TQSpinBox; class KFontCombo; class KAppearanceOptions : public KCModule diff --git a/kcontrol/konqhtml/domainlistview.h b/kcontrol/konqhtml/domainlistview.h index b0f5ab2fb..a8238bbb4 100644 --- a/kcontrol/konqhtml/domainlistview.h +++ b/kcontrol/konqhtml/domainlistview.h @@ -25,9 +25,9 @@ #include <tqgroupbox.h> #include <tqmap.h> -class QListViewItem; -class QPushButton; -class QStringList; +class TQListViewItem; +class TQPushButton; +class TQStringList; class KConfig; class KListView; diff --git a/kcontrol/konqhtml/filteropts.h b/kcontrol/konqhtml/filteropts.h index 6957bedc4..1678e5333 100644 --- a/kcontrol/konqhtml/filteropts.h +++ b/kcontrol/konqhtml/filteropts.h @@ -20,11 +20,11 @@ #include <kcmodule.h> -class QListBox; -class QPushButton; -class QLineEdit; -class QListBoxItem; -class QCheckBox; +class TQListBox; +class TQPushButton; +class TQLineEdit; +class TQListBoxItem; +class TQCheckBox; class KConfig; diff --git a/kcontrol/konqhtml/htmlopts.h b/kcontrol/konqhtml/htmlopts.h index 823e245c9..503eadfdd 100644 --- a/kcontrol/konqhtml/htmlopts.h +++ b/kcontrol/konqhtml/htmlopts.h @@ -26,7 +26,7 @@ #include <tqstring.h> #include <kconfig.h> #include <kcmodule.h> -class QRadioButton; +class TQRadioButton; class KIntNumInput; class KMiscHTMLOptions : public KCModule diff --git a/kcontrol/konqhtml/javaopts.h b/kcontrol/konqhtml/javaopts.h index 7e1fd0899..de8f7c7eb 100644 --- a/kcontrol/konqhtml/javaopts.h +++ b/kcontrol/konqhtml/javaopts.h @@ -26,11 +26,11 @@ class KListView; class KURLRequester; class KIntNumInput; -class QCheckBox; -class QComboBox; -class QLineEdit; -class QListViewItem; -class QRadioButton; +class TQCheckBox; +class TQComboBox; +class TQLineEdit; +class TQListViewItem; +class TQRadioButton; class KJavaOptions; diff --git a/kcontrol/konqhtml/jsopts.h b/kcontrol/konqhtml/jsopts.h index 01db6508f..5c9aa74e3 100644 --- a/kcontrol/konqhtml/jsopts.h +++ b/kcontrol/konqhtml/jsopts.h @@ -18,13 +18,13 @@ class KColorButton; class KConfig; class KURLRequester; -class QCheckBox; -class QComboBox; -class QLineEdit; -class QListViewItem; -class QRadioButton; -class QSpinBox; -class QButtonGroup; +class TQCheckBox; +class TQComboBox; +class TQLineEdit; +class TQListViewItem; +class TQRadioButton; +class TQSpinBox; +class TQButtonGroup; class PolicyDialog; diff --git a/kcontrol/konqhtml/jspolicies.h b/kcontrol/konqhtml/jspolicies.h index 29f73c090..45352fbb9 100644 --- a/kcontrol/konqhtml/jspolicies.h +++ b/kcontrol/konqhtml/jspolicies.h @@ -30,8 +30,8 @@ #include "policies.h" class KConfig; -class QRadioButton; -class QButtonGroup; +class TQRadioButton; +class TQButtonGroup; // special value for inheriting a global policy #define INHERIT_POLICY 32767 diff --git a/kcontrol/konqhtml/main.h b/kcontrol/konqhtml/main.h index db89be8ab..eeb9da311 100644 --- a/kcontrol/konqhtml/main.h +++ b/kcontrol/konqhtml/main.h @@ -31,7 +31,7 @@ class KJavaOptions; class KJavaScriptOptions; -class QTabWidget; +class TQTabWidget; class KJSParts : public KCModule { diff --git a/kcontrol/konqhtml/pluginopts.h b/kcontrol/konqhtml/pluginopts.h index 60c89b57e..8b61f8f16 100644 --- a/kcontrol/konqhtml/pluginopts.h +++ b/kcontrol/konqhtml/pluginopts.h @@ -17,15 +17,15 @@ #include "policies.h" class KConfig; -class QCheckBox; +class TQCheckBox; #include <kcmodule.h> #include "nsconfigwidget.h" -class QBoxLayout; -class QLabel; -class QProgressDialog; -class QSlider; +class TQBoxLayout; +class TQLabel; +class TQProgressDialog; +class TQSlider; class KDialogBase; class KPluginOptions; class KProcIO; diff --git a/kcontrol/konqhtml/policydlg.h b/kcontrol/konqhtml/policydlg.h index bfb63e4f2..e4a176fb3 100644 --- a/kcontrol/konqhtml/policydlg.h +++ b/kcontrol/konqhtml/policydlg.h @@ -10,11 +10,11 @@ #include <tqlineedit.h> #include <tqstringlist.h> -class QLabel; -class QComboBox; -class QString; -class QVBoxLayout; -class QPushButton; +class TQLabel; +class TQComboBox; +class TQString; +class TQVBoxLayout; +class TQPushButton; class Policies; diff --git a/kcontrol/konsole/kcmkonsole.h b/kcontrol/konsole/kcmkonsole.h index bf93d1cfb..255a63e66 100644 --- a/kcontrol/konsole/kcmkonsole.h +++ b/kcontrol/konsole/kcmkonsole.h @@ -22,8 +22,8 @@ #include "kcmkonsoledialog.h" -class QFont; -class QStringList; +class TQFont; +class TQStringList; class KCMKonsole : public KCModule diff --git a/kcontrol/konsole/schemaeditor.h b/kcontrol/konsole/schemaeditor.h index 9b17f169d..612c43b99 100644 --- a/kcontrol/konsole/schemaeditor.h +++ b/kcontrol/konsole/schemaeditor.h @@ -24,7 +24,7 @@ #include <kapplication.h> #include <tqwidget.h> -class QPixmap; +class TQPixmap; class KSharedPixmap; #include "schemadialog.h" diff --git a/kcontrol/krdb/krdb.cpp b/kcontrol/krdb/krdb.cpp index 73c98df04..ccb906301 100644 --- a/kcontrol/krdb/krdb.cpp +++ b/kcontrol/krdb/krdb.cpp @@ -572,7 +572,7 @@ void runRdb( uint flags ) /* Qt exports */ if ( exportQtColors || exportQtSettings ) { - TQSettings* settings = new QSettings; + TQSettings* settings = new TQSettings; if ( exportQtColors ) applyQtColors( kglobals, *settings, newPal ); // For kcmcolors diff --git a/kcontrol/kthememanager/kthememanager.h b/kcontrol/kthememanager/kthememanager.h index cbb0a1db5..fba803ec5 100644 --- a/kcontrol/kthememanager/kthememanager.h +++ b/kcontrol/kthememanager/kthememanager.h @@ -27,7 +27,7 @@ #include "kthemedlg.h" #include "ktheme.h" -class QString; +class TQString; class KAboutData; diff --git a/kcontrol/launch/kcmlaunch.h b/kcontrol/launch/kcmlaunch.h index 6c89c0974..f7c16bcef 100644 --- a/kcontrol/launch/kcmlaunch.h +++ b/kcontrol/launch/kcmlaunch.h @@ -20,9 +20,9 @@ #include <kcmodule.h> -class QCheckBox; -class QComboBox; -class QGroupBox; +class TQCheckBox; +class TQComboBox; +class TQGroupBox; class KIntNumInput; diff --git a/kcontrol/locale/kcmlocale.h b/kcontrol/locale/kcmlocale.h index b5b191ccf..c0d8e5f68 100644 --- a/kcontrol/locale/kcmlocale.h +++ b/kcontrol/locale/kcmlocale.h @@ -33,9 +33,9 @@ class KLanguageButton; class KLocale; class KLocaleSample; -class QLabel; -class QListBox; -class QPushButton; +class TQLabel; +class TQListBox; +class TQPushButton; class KLocaleConfig : public QWidget { diff --git a/kcontrol/locale/klocalesample.h b/kcontrol/locale/klocalesample.h index dbdce0b5c..2838a2cc3 100644 --- a/kcontrol/locale/klocalesample.h +++ b/kcontrol/locale/klocalesample.h @@ -27,8 +27,8 @@ #include <tqwidget.h> -class QLabel; -class QResizeEvent; +class TQLabel; +class TQResizeEvent; class KLocale; diff --git a/kcontrol/locale/localemon.h b/kcontrol/locale/localemon.h index 0ec90f392..e78032641 100644 --- a/kcontrol/locale/localemon.h +++ b/kcontrol/locale/localemon.h @@ -27,9 +27,9 @@ #include <tqwidget.h> -class QCheckBox; -class QComboBox; -class QLineEdit; +class TQCheckBox; +class TQComboBox; +class TQLineEdit; class KIntNumInput; class KLocale; diff --git a/kcontrol/locale/localenum.h b/kcontrol/locale/localenum.h index c0e8ef511..1bca325a5 100644 --- a/kcontrol/locale/localenum.h +++ b/kcontrol/locale/localenum.h @@ -27,9 +27,9 @@ #include <tqwidget.h> -class QCheckBox; -class QComboBox; -class QLineEdit; +class TQCheckBox; +class TQComboBox; +class TQLineEdit; class KLocale; class KLanguageCombo; diff --git a/kcontrol/locale/localeother.h b/kcontrol/locale/localeother.h index a4d2dc1ba..8c0459c9e 100644 --- a/kcontrol/locale/localeother.h +++ b/kcontrol/locale/localeother.h @@ -26,8 +26,8 @@ #include <tqwidget.h> -class QLabel; -class QComboBox; +class TQLabel; +class TQComboBox; class KLocale; diff --git a/kcontrol/locale/localetime.h b/kcontrol/locale/localetime.h index 26f65579c..9563ea91a 100644 --- a/kcontrol/locale/localetime.h +++ b/kcontrol/locale/localetime.h @@ -28,8 +28,8 @@ #include <tqmap.h> -class QCheckBox; -class QComboBox; +class TQCheckBox; +class TQComboBox; class KLocale; class KLanguageCombo; diff --git a/kcontrol/locale/toplevel.h b/kcontrol/locale/toplevel.h index cd27cd441..64cc89c2a 100644 --- a/kcontrol/locale/toplevel.h +++ b/kcontrol/locale/toplevel.h @@ -28,8 +28,8 @@ #include <kcmodule.h> #include <kgenericfactory.h> -class QTabWidget; -class QGroupBox; +class TQTabWidget; +class TQGroupBox; class KConfig; class KLocale; diff --git a/kcontrol/nics/nic.h b/kcontrol/nics/nic.h index 87938cf8f..9bc41ddbb 100644 --- a/kcontrol/nics/nic.h +++ b/kcontrol/nics/nic.h @@ -23,9 +23,9 @@ #include <kcmodule.h> -class QStringList; -class QPushButton; -class QListView; +class TQStringList; +class TQPushButton; +class TQListView; class KCMNic:public KCModule { diff --git a/kcontrol/randr/configdialog.h b/kcontrol/randr/configdialog.h index dab9a7bb8..584237975 100644 --- a/kcontrol/randr/configdialog.h +++ b/kcontrol/randr/configdialog.h @@ -36,8 +36,8 @@ class KGlobalAccel; class KKeyChooser; class KListView; -class QPushButton; -class QDialog; +class TQPushButton; +class TQDialog; class ConfigDialog; class ConfigDialog : public KDialogBase diff --git a/kcontrol/randr/krandrmodule.h b/kcontrol/randr/krandrmodule.h index a8a00a464..40a94566a 100644 --- a/kcontrol/randr/krandrmodule.h +++ b/kcontrol/randr/krandrmodule.h @@ -21,9 +21,9 @@ #include <libkrandr/libkrandr.h> -class QButtonGroup; +class TQButtonGroup; class KComboBox; -class QCheckBox; +class TQCheckBox; class KRandRModule : public KCModule, public KRandrSimpleAPI { diff --git a/kcontrol/samba/kcmsambastatistics.cpp b/kcontrol/samba/kcmsambastatistics.cpp index 4da2045cb..f75fd72e5 100644 --- a/kcontrol/samba/kcmsambastatistics.cpp +++ b/kcontrol/samba/kcmsambastatistics.cpp @@ -100,7 +100,7 @@ StatisticsView::StatisticsView(TQWidget *parent,KConfig *config, const char *nam subLayout->setColStretch(1,1); subLayout->setColStretch(2,1); - TQHBoxLayout *twoButtonsLayout=new QHBoxLayout; + TQHBoxLayout *twoButtonsLayout=new TQHBoxLayout; twoButtonsLayout->addWidget(calcButton,1); twoButtonsLayout->addWidget(clearButton,1); diff --git a/kcontrol/samba/kcmsambastatistics.h b/kcontrol/samba/kcmsambastatistics.h index 958e45a55..81af9131c 100644 --- a/kcontrol/samba/kcmsambastatistics.h +++ b/kcontrol/samba/kcmsambastatistics.h @@ -26,12 +26,12 @@ #include <tqwidget.h> #include <tqptrlist.h> -class QListView; -class QLabel; -class QComboBox; -class QCheckBox; -class QLineEdit; -class QPushButton; +class TQListView; +class TQLabel; +class TQComboBox; +class TQCheckBox; +class TQLineEdit; +class TQPushButton; class KConfig; diff --git a/kcontrol/samba/ksmbstatus.h b/kcontrol/samba/ksmbstatus.h index 4f7185fa4..50caf64de 100644 --- a/kcontrol/samba/ksmbstatus.h +++ b/kcontrol/samba/ksmbstatus.h @@ -28,8 +28,8 @@ #define SCREEN_XY_OFFSET 20 -class QListView; -class QListViewItem; +class TQListView; +class TQListViewItem; class KProcess; class NetMon : public QWidget diff --git a/kcontrol/screensaver/saverlist.cpp b/kcontrol/screensaver/saverlist.cpp index ccd525d9f..65a36ab30 100644 --- a/kcontrol/screensaver/saverlist.cpp +++ b/kcontrol/screensaver/saverlist.cpp @@ -2,7 +2,7 @@ #include "saverlist.h" class SaverConfig; -class QPtrCollection; +class TQPtrCollection; int SaverList::compareItems(TQPtrCollection::Item item1, TQPtrCollection::Item item2) { diff --git a/kcontrol/screensaver/scrnsave.h b/kcontrol/screensaver/scrnsave.h index 2b67cca3b..b03bd878b 100644 --- a/kcontrol/screensaver/scrnsave.h +++ b/kcontrol/screensaver/scrnsave.h @@ -19,14 +19,14 @@ #include "kssmonitor.h" #include "saverlist.h" -class QTimer; -class QSpinBox; -class QSlider; -class QCheckBox; -class QLabel; -class QListView; -class QListViewItem; -class QPushButton; +class TQTimer; +class TQSpinBox; +class TQSlider; +class TQCheckBox; +class TQLabel; +class TQListView; +class TQListViewItem; +class TQPushButton; class KIntNumInput; class KProcess; diff --git a/kcontrol/style/kcmstyle.h b/kcontrol/style/kcmstyle.h index 17d3cfdfa..35fccf773 100644 --- a/kcontrol/style/kcmstyle.h +++ b/kcontrol/style/kcmstyle.h @@ -36,19 +36,19 @@ #include "menupreview.h" class KComboBox; -class QCheckBox; -class QComboBox; -class QFrame; -class QGroupBox; -class QLabel; -class QListBox; -class QListViewItem; -class QSettings; -class QSlider; -class QSpacerItem; -class QStyle; -class QTabWidget; -class QVBoxLayout; +class TQCheckBox; +class TQComboBox; +class TQFrame; +class TQGroupBox; +class TQLabel; +class TQListBox; +class TQListViewItem; +class TQSettings; +class TQSlider; +class TQSpacerItem; +class TQStyle; +class TQTabWidget; +class TQVBoxLayout; class StyleConfigDialog; class WidgetPreview; diff --git a/kcontrol/style/keramik/keramikconf.h b/kcontrol/style/keramik/keramikconf.h index 727284d7e..de1c58dfd 100644 --- a/kcontrol/style/keramik/keramikconf.h +++ b/kcontrol/style/keramik/keramikconf.h @@ -24,7 +24,7 @@ DEALINGS IN THE SOFTWARE. #ifndef KERAMIK_CONF_H #define KERAMIK_CONF_H -class QCheckBox; +class TQCheckBox; class KeramikStyleConfig: public QWidget { diff --git a/kcontrol/usbview/kcmusb.h b/kcontrol/usbview/kcmusb.h index 472b289b4..33d7f31c1 100644 --- a/kcontrol/usbview/kcmusb.h +++ b/kcontrol/usbview/kcmusb.h @@ -16,9 +16,9 @@ #include <kcmodule.h> -class QListView; -class QListViewItem; -class QTextView; +class TQListView; +class TQListViewItem; +class TQTextView; class USBViewer : public KCModule diff --git a/kcontrol/xinerama/kcmxinerama.h b/kcontrol/xinerama/kcmxinerama.h index 76efb21d7..130fae78e 100644 --- a/kcontrol/xinerama/kcmxinerama.h +++ b/kcontrol/xinerama/kcmxinerama.h @@ -28,7 +28,7 @@ #include "xineramawidget.h" class KConfig; -class QWidget; +class TQWidget; class KCMXinerama : public KCModule { Q_OBJECT |