summaryrefslogtreecommitdiffstats
path: root/korn/hvcontainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/hvcontainer.cpp')
-rw-r--r--korn/hvcontainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/hvcontainer.cpp b/korn/hvcontainer.cpp
index 636a9a8f..fa815179 100644
--- a/korn/hvcontainer.cpp
+++ b/korn/hvcontainer.cpp
@@ -24,8 +24,8 @@
#include <tqvbox.h>
-HVContainer::HVContainer( Qt::Orientation orientation, TQObject * tqparent, const char * name )
- : BoxContainer( tqparent, name ),
+HVContainer::HVContainer( Qt::Orientation orientation, TQObject * parent, const char * name )
+ : BoxContainer( parent, name ),
box( 0 )
{
if( orientation == Qt::Horizontal )