diff options
Diffstat (limited to 'lib/kofficeui/tkcombobox.h')
-rw-r--r-- | lib/kofficeui/tkcombobox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/tkcombobox.h b/lib/kofficeui/tkcombobox.h index 066e9b93..63e52f55 100644 --- a/lib/kofficeui/tkcombobox.h +++ b/lib/kofficeui/tkcombobox.h @@ -23,7 +23,7 @@ #include <tqcombobox.h> class TKComboBox : public TQComboBox { Q_OBJECT - TQ_OBJECT + public: TKComboBox(TQWidget* parent=0, const char* name=0); TKComboBox(bool isEditable, TQWidget* parent=0, const char* name=0); |