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 63e52f55..fd9be294 100644 --- a/lib/kofficeui/tkcombobox.h +++ b/lib/kofficeui/tkcombobox.h @@ -22,7 +22,7 @@ #include <tqcombobox.h> class TKComboBox : public TQComboBox -{ Q_OBJECT +{ TQ_OBJECT public: TKComboBox(TQWidget* parent=0, const char* name=0); |