summaryrefslogtreecommitdiffstats
path: root/klines/prompt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'klines/prompt.cpp')
-rw-r--r--klines/prompt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/klines/prompt.cpp b/klines/prompt.cpp
index 1233abf5..7424b35d 100644
--- a/klines/prompt.cpp
+++ b/klines/prompt.cpp
@@ -19,8 +19,8 @@
#include "prompt.h"
#include "prompt.moc"
-LinesPrompt::LinesPrompt( BallPainter * abPainter, TQWidget* tqparent, const char* name )
- : TQWidget( tqparent, name )
+LinesPrompt::LinesPrompt( BallPainter * abPainter, TQWidget* parent, const char* name )
+ : TQWidget( parent, name )
{
bPainter = abPainter;