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