diff options
Diffstat (limited to 'arts/gui/kde/kcombobox_impl.h')
-rw-r--r-- | arts/gui/kde/kcombobox_impl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arts/gui/kde/kcombobox_impl.h b/arts/gui/kde/kcombobox_impl.h index 1c7fc51c..e1b533ad 100644 --- a/arts/gui/kde/kcombobox_impl.h +++ b/arts/gui/kde/kcombobox_impl.h @@ -35,7 +35,7 @@ namespace Arts { class KComboBox_impl; class ComboBoxIntMapper :public TQObject { - Q_OBJECT + TQ_OBJECT KComboBox_impl *impl; public: @@ -71,5 +71,3 @@ public: } #endif /* ARTS_GUI_KCOMBOBOX_IMPL_H */ - -// vim: sw=4 ts=4 |