From 14b1687e1f8b6786759fe191b2c485c7428679d8 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 13 Aug 2010 16:38:27 +0000 Subject: Attempt to fix kdebindings smoke git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1163301 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdefx/kstyle.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdefx') 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, -- cgit v1.2.3