diff options
Diffstat (limited to 'qt/SciListBox.h')
-rw-r--r-- | qt/SciListBox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/SciListBox.h b/qt/SciListBox.h index 5541dea..6df4b24 100644 --- a/qt/SciListBox.h +++ b/qt/SciListBox.h @@ -36,7 +36,7 @@ class ListBoxX; class SciListBox : public TQListBox { Q_OBJECT - TQ_OBJECT + public: SciListBox(TQWidget *parent,ListBoxX *lbx_); |