summaryrefslogtreecommitdiffstats
path: root/kdefx
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-13 16:38:27 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-13 16:38:27 +0000
commit14b1687e1f8b6786759fe191b2c485c7428679d8 (patch)
tree09c8e671cbf10fa025729bf29bb590dd140200ea /kdefx
parentd583de5f4713939619dd22ddd4bd820ce8143fea (diff)
downloadtdelibs-14b1687e1f8b6786759fe191b2c485c7428679d8.tar.gz
tdelibs-14b1687e1f8b6786759fe191b2c485c7428679d8.zip
Attempt to fix kdebindings smoke
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1163301 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdefx')
-rw-r--r--kdefx/kstyle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdefx/kstyle.h b/kdefx/kstyle.h
index f9a47ec45..1e8b0df2c 100644
--- a/kdefx/kstyle.h
+++ b/kdefx/kstyle.h
@@ -281,7 +281,7 @@ class KDEFX_EXPORT KStyle: public QCommonStyle
SFlags flags = Style_Default,
const TQStyleOption& = TQStyleOption::TQSO_Default ) const;
-#ifdef USE_QT4
+// #ifdef USE_QT4 // kdebindings / smoke needs this function declaration available at all times. Furthermore I don't think it would hurt to have the declaration available at all times...so leave these commented out for now
void drawPrimitive( ControlElement pe,
TQPainter* p,
@@ -290,7 +290,7 @@ class KDEFX_EXPORT KStyle: public QCommonStyle
SFlags flags = Style_Default,
const TQStyleOption& = TQStyleOption::TQSO_Default ) const;
-#endif // USE_QT4
+// #endif // USE_QT4
void drawControl( ControlElement element,
TQPainter* p,