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 934a47c53..e8649d13a 100644 --- a/korn/boxcontainer.cpp +++ b/korn/boxcontainer.cpp @@ -24,8 +24,8 @@ #include <tqptrlist.h> -BoxContainer::BoxContainer( TQObject * parent, const char * name ) - : TQObject( parent, name ), +BoxContainer::BoxContainer( TQObject * tqparent, const char * name ) + : TQObject( tqparent, name ), _items( new TQPtrList< BoxContainerItem > ) { _items->setAutoDelete( true ); |