summaryrefslogtreecommitdiffstats
path: root/tdefx/kstyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdefx/kstyle.h')
-rw-r--r--tdefx/kstyle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdefx/kstyle.h b/tdefx/kstyle.h
index d6c0526f6..7b5de8c81 100644
--- a/tdefx/kstyle.h
+++ b/tdefx/kstyle.h
@@ -287,7 +287,7 @@ class TDEFX_EXPORT KStyle: public TQCommonStyle
void unPolish( TQStyleControlElementData ceData, ControlElementFlags elementFlags, void * );
void polishPopupMenu( TQStyleControlElementData ceData, ControlElementFlags elementFlags, void *ptr );
- void tqdrawPrimitive( TQ_PrimitiveElement pe,
+ void drawPrimitive( TQ_PrimitiveElement pe,
TQPainter* p,
TQStyleControlElementData ceData,
ControlElementFlags elementFlags,
@@ -298,7 +298,7 @@ class TDEFX_EXPORT KStyle: public TQCommonStyle
// #ifdef USE_QT4 // tdebindings / 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 tqdrawPrimitive( TQ_ControlElement pe,
+// void drawPrimitive( TQ_ControlElement pe,
// TQPainter* p,
// TQStyleControlElementData ceData,
// ControlElementFlags elementFlags,