diff options
Diffstat (limited to 'khexedit/listview.h')
-rw-r--r-- | khexedit/listview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khexedit/listview.h b/khexedit/listview.h index b9182bf..7f687cb 100644 --- a/khexedit/listview.h +++ b/khexedit/listview.h @@ -26,7 +26,7 @@ class CListView : public KListView { Q_OBJECT - TQ_OBJECT + public: CListView( TQWidget *parent=0, const char *name=0, int visibleItem=10 ); |