diff options
Diffstat (limited to 'kspy/receiversview.h')
-rw-r--r-- | kspy/receiversview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kspy/receiversview.h b/kspy/receiversview.h index 31768883..b654687a 100644 --- a/kspy/receiversview.h +++ b/kspy/receiversview.h @@ -18,7 +18,7 @@ #ifndef RECEIVERSVIEW_H #define RECEIVERSVIEW_H -#include <qwidget.h> +#include <tqwidget.h> #include <klistview.h> /** @@ -28,13 +28,13 @@ class ReceiversView : public KListView { Q_OBJECT public: - ReceiversView(QWidget *parent=0, const char *name=0); + ReceiversView(TQWidget *parent=0, const char *name=0); ~ReceiversView(); - void buildList( QObject *o ); + void buildList( TQObject *o ); public slots: - void setTarget( QObject * ); + void setTarget( TQObject * ); }; #endif |