diff options
Diffstat (limited to 'kspy/receiversview.h')
-rw-r--r-- | kspy/receiversview.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kspy/receiversview.h b/kspy/receiversview.h index b654687a..07a18188 100644 --- a/kspy/receiversview.h +++ b/kspy/receiversview.h @@ -1,5 +1,5 @@ /*************************************************************************** - receiversview.h - description + tqreceiversview.h - description ------------------- begin : Tue Jan 11 2005 copyright : (C) 2005 by Richard Dale @@ -27,8 +27,9 @@ class ReceiversView : public KListView { Q_OBJECT + TQ_OBJECT public: - ReceiversView(TQWidget *parent=0, const char *name=0); + ReceiversView(TQWidget *tqparent=0, const char *name=0); ~ReceiversView(); void buildList( TQObject *o ); |