diff options
Diffstat (limited to 'src/combobutton.h')
-rwxr-xr-x | src/combobutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combobutton.h b/src/combobutton.h index d96daaa..2f49a70 100755 --- a/src/combobutton.h +++ b/src/combobutton.h @@ -18,7 +18,7 @@ class KComboBox; class ComboButton : public TQWidget { Q_OBJECT - TQ_OBJECT + public: enum SizeMode { Min, Max |