diff options
Diffstat (limited to 'kspy/spy.h')
-rw-r--r-- | kspy/spy.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 ); |