diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-13 18:03:44 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-13 18:03:44 +0000 |
commit | 0c0b02f4d88c539d7f603adf386e79ad0838cc96 (patch) | |
tree | aa0c7a4b65b953abfefb709cd7c44c620894a7cc | |
parent | 14b1687e1f8b6786759fe191b2c485c7428679d8 (diff) | |
download | tdelibs-0c0b02f4d88c539d7f603adf386e79ad0838cc96.tar.gz tdelibs-0c0b02f4d88c539d7f603adf386e79ad0838cc96.zip |
kdebindings / smoke fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1163324 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-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 // ----------------------------------------------------------------------------- |