diff options
Diffstat (limited to 'kspy/spy.h')
-rw-r--r-- | kspy/spy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ class Spy : public TQWidget TQ_OBJECT public: - Spy( TQWidget *tqparent = 0, const char *name = 0 ); + Spy( TQWidget *parent = 0, const char *name = 0 ); ~Spy(); void setTarget( TQWidget *target ); |