diff options
-rw-r--r-- | kdefx/kstyle.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdefx/kstyle.cpp b/kdefx/kstyle.cpp index a533e2803..531775dbf 100644 --- a/kdefx/kstyle.cpp +++ b/kdefx/kstyle.cpp @@ -518,7 +518,7 @@ int KStyle::kPixelMetric( KStylePixelMetric kpm, const TQWidget* /* widget */) c // ----------------------------------------------------------------------------- -#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 KStyle::drawPrimitive( ControlElement pe, TQPainter* p, @@ -534,7 +534,7 @@ void KStyle::drawPrimitive( ControlElement pe, drawControl(pe, p, widget, r, cg, flags, opt); } -#endif // USE_QT4 +// #endif // USE_QT4 // ----------------------------------------------------------------------------- |