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