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