From 8155225c9be993acc0512956416d195edfef4eb9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 19 Jan 2011 01:42:14 +0000 Subject: Enable compilation with TQt for Qt4 3.4.0 TP2 This should not break compatibility with TQt for Qt3; if it does please fix it ASAP! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1215552 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kwin/clients/plastik/config/config.h | 2 +- kwin/clients/plastik/config/configdialog.ui | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'kwin/clients/plastik/config') diff --git a/kwin/clients/plastik/config/config.h b/kwin/clients/plastik/config/config.h index f288c58ea..d06bd30b8 100644 --- a/kwin/clients/plastik/config/config.h +++ b/kwin/clients/plastik/config/config.h @@ -30,7 +30,7 @@ class TQGroupBox; class KConfig; class ConfigDialog; -class PlastikConfig : public QObject +class PlastikConfig : public TQObject { Q_OBJECT public: diff --git a/kwin/clients/plastik/config/configdialog.ui b/kwin/clients/plastik/config/configdialog.ui index 642891b31..f751d8024 100644 --- a/kwin/clients/plastik/config/configdialog.ui +++ b/kwin/clients/plastik/config/configdialog.ui @@ -1,6 +1,6 @@ ConfigDialog - + ConfigDialog @@ -22,7 +22,7 @@ 0 - + titleAlign @@ -33,7 +33,7 @@ unnamed - + AlignLeft @@ -41,7 +41,7 @@ Left - + AlignHCenter @@ -49,7 +49,7 @@ Center - + AlignRight @@ -59,7 +59,7 @@ - + coloredBorder @@ -73,7 +73,7 @@ Check this option if the window border should be painted in the titlebar color. Otherwise it will be painted in the background color. - + titleShadow @@ -84,7 +84,7 @@ Check this option if you want the titlebar text to have a 3D look with a shadow behind it. - + animateButtons @@ -95,7 +95,7 @@ Check this option if you want the buttons to fade in when the mouse pointer hovers over them and fade out again when it moves away. - + menuClose -- cgit v1.2.1