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 981eaa1a..8a72e5e8 100644 --- a/lib/widgets/kcomboview.h +++ b/lib/widgets/kcomboview.h @@ -55,7 +55,7 @@ class CustomCompleter : public KCompletion { class KComboView: public QComboView { Q_OBJECT - TQ_OBJECT + public: ///The combo-view takes the ownership of the completer and deletes it on destruction KComboView( bool rw, int defaultWidth = 100, TQWidget* parent=0, const char* name=0, CustomCompleter* completer = new CustomCompleter() ); |