diff options
Diffstat (limited to 'korn/hvcontainer.cpp')
-rw-r--r-- | korn/hvcontainer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/hvcontainer.cpp b/korn/hvcontainer.cpp index 636a9a8fc..fa815179d 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 ) |