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