diff options
Diffstat (limited to 'korn/boxcontainer.cpp')
-rw-r--r-- | korn/boxcontainer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korn/boxcontainer.cpp b/korn/boxcontainer.cpp index 4f8312177..72719812d 100644 --- a/korn/boxcontainer.cpp +++ b/korn/boxcontainer.cpp @@ -24,8 +24,8 @@ #include <tqptrlist.h> -BoxContainer::BoxContainer( TQObject * tqparent, const char * name ) - : TQObject( tqparent, name ), +BoxContainer::BoxContainer( TQObject * parent, const char * name ) + : TQObject( parent, name ), _items( new TQPtrList< BoxContainerItem > ) { _items->setAutoDelete( true ); |