diff options
Diffstat (limited to 'kwin/kcmkwin/kwinoptions')
-rw-r--r-- | kwin/kcmkwin/kwinoptions/windows.cpp | 2 | ||||
-rw-r--r-- | kwin/kcmkwin/kwinoptions/windows.h | 22 |
2 files changed, 12 insertions, 12 deletions
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 { |