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