summaryrefslogtreecommitdiffstats
path: root/kspy/spy.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspy/spy.h')
-rw-r--r--kspy/spy.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kspy/spy.h b/kspy/spy.h
index 09f68ac4..f3f313b9 100644
--- a/kspy/spy.h
+++ b/kspy/spy.h
@@ -34,12 +34,13 @@ class ClassInfoView;
/**
Spy is the main window class of the project.
*/
-class Spy : public QWidget
+class Spy : public TQWidget
{
- Q_OBJECT
+ Q_OBJECT
+ TQ_OBJECT
public:
- Spy( TQWidget *parent = 0, const char *name = 0 );
+ Spy( TQWidget *tqparent = 0, const char *name = 0 );
~Spy();
void setTarget( TQWidget *target );