diff options
Diffstat (limited to 'kwin/kcmkwin')
-rw-r--r-- | kwin/kcmkwin/kwindecoration/kwindecoration.h | 10 | ||||
-rw-r--r-- | kwin/kcmkwin/kwindecoration/preview.h | 2 | ||||
-rw-r--r-- | kwin/kcmkwin/kwinoptions/windows.cpp | 2 | ||||
-rw-r--r-- | kwin/kcmkwin/kwinoptions/windows.h | 22 | ||||
-rw-r--r-- | kwin/kcmkwin/kwinrules/ruleslist.h | 2 |
5 files changed, 19 insertions, 19 deletions
diff --git a/kwin/kcmkwin/kwindecoration/kwindecoration.h b/kwin/kcmkwin/kwindecoration/kwindecoration.h index 126f20fa9..c4a123352 100644 --- a/kwin/kcmkwin/kwindecoration/kwindecoration.h +++ b/kwin/kcmkwin/kwindecoration/kwindecoration.h @@ -41,11 +41,11 @@ #include "kwindecorationIface.h" class KComboBox; -class QCheckBox; -class QLabel; -class QTabWidget; -class QVBox; -class QSlider; +class TQCheckBox; +class TQLabel; +class TQTabWidget; +class TQVBox; +class TQSlider; class KDecorationPlugins; class KDecorationPreview; diff --git a/kwin/kcmkwin/kwindecoration/preview.h b/kwin/kcmkwin/kwindecoration/preview.h index a7f50d682..5604df587 100644 --- a/kwin/kcmkwin/kwindecoration/preview.h +++ b/kwin/kcmkwin/kwindecoration/preview.h @@ -24,7 +24,7 @@ #include <kdecoration_p.h> #include <kdecoration_plugins_p.h> -class QLabel; +class TQLabel; class KDecorationPreviewBridge; class KDecorationPreviewOptions; diff --git a/kwin/kcmkwin/kwinoptions/windows.cpp b/kwin/kcmkwin/kwinoptions/windows.cpp index 1a9e88f15..cc8643af9 100644 --- a/kwin/kcmkwin/kwinoptions/windows.cpp +++ b/kwin/kcmkwin/kwinoptions/windows.cpp @@ -833,7 +833,7 @@ KMovingConfig::KMovingConfig (bool _standAlone, KConfig *_config, TQWidget *pare TQBoxLayout *wLay = new TQVBoxLayout (windowsBox->layout(), KDialog::spacingHint()); - TQBoxLayout *bLay = new QVBoxLayout; + TQBoxLayout *bLay = new TQVBoxLayout; wLay->addLayout(bLay); opaque = new TQCheckBox(i18n("Di&splay content in moving windows"), windowsBox); diff --git a/kwin/kcmkwin/kwinoptions/windows.h b/kwin/kcmkwin/kwinoptions/windows.h index d236b001c..83dc70b66 100644 --- a/kwin/kcmkwin/kwinoptions/windows.h +++ b/kwin/kcmkwin/kwinoptions/windows.h @@ -26,16 +26,16 @@ #include <kcmodule.h> #include <config.h> -class QRadioButton; -class QCheckBox; -class QPushButton; -class QComboBox; -class QGroupBox; -class QLabel; -class QSlider; -class QButtonGroup; -class QSpinBox; -class QVButtonGroup; +class TQRadioButton; +class TQCheckBox; +class TQPushButton; +class TQComboBox; +class TQGroupBox; +class TQLabel; +class TQSlider; +class TQButtonGroup; +class TQSpinBox; +class TQVButtonGroup; class KColorButton; class KIntNumInput; @@ -66,7 +66,7 @@ class KIntNumInput; #define FOCUS_UNDER_MOUSE 2 #define FOCUS_STRICTLY_UNDER_MOUSE 3 -class QSpinBox; +class TQSpinBox; class KFocusConfig : public KCModule { diff --git a/kwin/kcmkwin/kwinrules/ruleslist.h b/kwin/kcmkwin/kwinrules/ruleslist.h index 9dacde63e..f7e7fb541 100644 --- a/kwin/kcmkwin/kwinrules/ruleslist.h +++ b/kwin/kcmkwin/kwinrules/ruleslist.h @@ -26,7 +26,7 @@ #include "../../rules.h" -class QListBoxItem; +class TQListBoxItem; namespace KWinInternal { |