summaryrefslogtreecommitdiffstats
path: root/kugar/lib/mpagecollection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kugar/lib/mpagecollection.cpp')
-rw-r--r--kugar/lib/mpagecollection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kugar/lib/mpagecollection.cpp b/kugar/lib/mpagecollection.cpp
index 22618656..60aa0f5e 100644
--- a/kugar/lib/mpagecollection.cpp
+++ b/kugar/lib/mpagecollection.cpp
@@ -15,7 +15,7 @@ namespace Kugar
{
/** Constructor */
-MPageCollection::MPageCollection( TQObject *tqparent ) : TQObject( tqparent )
+MPageCollection::MPageCollection( TQObject *parent ) : TQObject( parent )
{
// Set page list to AutoDelete
pages.setAutoDelete( true );