kdebindings / smoke fixes

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1163324 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent 14b1687e1f
commit 0c0b02f4d8

@ -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
// -----------------------------------------------------------------------------

Loading…
Cancel
Save