summaryrefslogtreecommitdiffstats
path: root/kwin/kcmkwin
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:17:20 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:17:20 +0000
commita5edd20f0de599dbe7f7f00a184b78ac5156a846 (patch)
treeaf263e8b05d3a7ca4cadaae1e4c5b1f739d0a03b /kwin/kcmkwin
parentc663b6440964f6ac48027143ac9e63298991f9d0 (diff)
downloadtdebase-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 'kwin/kcmkwin')
-rw-r--r--kwin/kcmkwin/kwindecoration/kwindecoration.h10
-rw-r--r--kwin/kcmkwin/kwindecoration/preview.h2
-rw-r--r--kwin/kcmkwin/kwinoptions/windows.cpp2
-rw-r--r--kwin/kcmkwin/kwinoptions/windows.h22
-rw-r--r--kwin/kcmkwin/kwinrules/ruleslist.h2
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
{