summaryrefslogtreecommitdiffstats
path: root/lib/kotext/tests/kobordertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/tests/kobordertest.cpp')
-rw-r--r--lib/kotext/tests/kobordertest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kotext/tests/kobordertest.cpp b/lib/kotext/tests/kobordertest.cpp
index 361692721..5d5fbe5e1 100644
--- a/lib/kotext/tests/kobordertest.cpp
+++ b/lib/kotext/tests/kobordertest.cpp
@@ -9,8 +9,8 @@
class MyWidget : public TQWidget
{
public:
- MyWidget( KoZoomHandler* _zh, TQWidget* tqparent )
- : TQWidget( tqparent ), m_zh(_zh) {
+ MyWidget( KoZoomHandler* _zh, TQWidget* parent )
+ : TQWidget( parent ), m_zh(_zh) {
tqsetSizePolicy( TQSizePolicy::Fixed, TQSizePolicy::Fixed );
}