summaryrefslogtreecommitdiffstats
path: root/kspy/spy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kspy/spy.cpp')
-rw-r--r--kspy/spy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kspy/spy.cpp b/kspy/spy.cpp
index 6607e484..1ef024d0 100644
--- a/kspy/spy.cpp
+++ b/kspy/spy.cpp
@@ -44,8 +44,8 @@ extern "C"
}
}
-Spy::Spy( TQWidget *tqparent, const char *name )
- : TQWidget( tqparent, name )
+Spy::Spy( TQWidget *parent, const char *name )
+ : TQWidget( parent, name )
{
TQVBoxLayout *tqlayout = new TQVBoxLayout( this, 11, 6 );