diff options
Diffstat (limited to 'kspy/propsview.h')
-rw-r--r-- | kspy/propsview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kspy/propsview.h b/kspy/propsview.h index 3d0afe80..6cc1285d 100644 --- a/kspy/propsview.h +++ b/kspy/propsview.h @@ -27,8 +27,9 @@ class PropsView : public KListView { Q_OBJECT + TQ_OBJECT public: - PropsView(TQWidget *parent=0, const char *name=0); + PropsView(TQWidget *tqparent=0, const char *name=0); ~PropsView(); void buildList( TQObject *o ); |