diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-01 22:53:26 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-01 22:53:26 -0500 |
commit | 8867ab30161f63efb4253c351fbf47a381f3ff59 (patch) | |
tree | 08f5bf2d24bcbd6b73e49c390b9dd82ba5df2585 /tdefx/kstyle.h | |
parent | 884e5fa2022260e446ed13b9ed082023311442d2 (diff) | |
download | tdelibs-8867ab30161f63efb4253c351fbf47a381f3ff59.tar.gz tdelibs-8867ab30161f63efb4253c351fbf47a381f3ff59.zip |
Resolve potential crashes in the theme engine
Diffstat (limited to 'tdefx/kstyle.h')
-rw-r--r-- | tdefx/kstyle.h | 4 |
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, |