summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,