summaryrefslogtreecommitdiffstats
path: root/kspy/sigslotview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspy/sigslotview.h')
-rw-r--r--kspy/sigslotview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kspy/sigslotview.h b/kspy/sigslotview.h
index 86138fd1..723069cc 100644
--- a/kspy/sigslotview.h
+++ b/kspy/sigslotview.h
@@ -18,7 +18,7 @@
#ifndef SIGSLOTVIEW_H
#define SIGSLOTVIEW_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include <klistview.h>
/**
@@ -28,13 +28,13 @@
class SigSlotView : public KListView {
Q_OBJECT
public:
- SigSlotView(QWidget *parent=0, const char *name=0);
+ SigSlotView(TQWidget *parent=0, const char *name=0);
~SigSlotView();
- void buildList( QObject *o );
+ void buildList( TQObject *o );
public slots:
- void setTarget( QObject * );
+ void setTarget( TQObject * );
};
#endif