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