diff options
Diffstat (limited to 'lib/widgets/kcomboview.h')
-rw-r--r-- | lib/widgets/kcomboview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/kcomboview.h b/lib/widgets/kcomboview.h index f808c29c..2e52a216 100644 --- a/lib/widgets/kcomboview.h +++ b/lib/widgets/kcomboview.h @@ -54,7 +54,7 @@ class CustomCompleter : public TDECompletion { class KComboView: public QComboView { - Q_OBJECT + TQ_OBJECT public: ///The combo-view takes the ownership of the completer and deletes it on destruction |