diff options
author | Timothy Pearson <[email protected]> | 2012-08-07 01:32:24 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-08-07 01:32:24 -0500 |
commit | 74dac1c21d3ad1f446874fd29f7e670e77a196b5 (patch) | |
tree | 8ff20c2c06d337cdcec36a32afc8bfd9f4120064 /src/styles/ntqmotifstyle.h | |
parent | c73edd8f63289c619c20a8e5d031a24d870c62ee (diff) | |
download | tqt3-74dac1c21d3ad1f446874fd29f7e670e77a196b5.tar.gz tqt3-74dac1c21d3ad1f446874fd29f7e670e77a196b5.zip |
Automated update from Qt3
Diffstat (limited to 'src/styles/ntqmotifstyle.h')
-rw-r--r-- | src/styles/ntqmotifstyle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/ntqmotifstyle.h b/src/styles/ntqmotifstyle.h index 882705c3d..9b9d3650d 100644 --- a/src/styles/ntqmotifstyle.h +++ b/src/styles/ntqmotifstyle.h @@ -67,8 +67,8 @@ public: bool useHighlightColors() const; void polish( TQPalette& ); - void polish( TQWidget* ); - void polish( TQApplication* ); + void polish( TQStyleControlElementData ceData, ControlElementFlags elementFlags, void * ); + void applicationPolish( TQStyleControlElementData ceData, ControlElementFlags elementFlags, void * ); void polishPopupMenu( TQPopupMenu* ); |