diff options
Diffstat (limited to 'kpovmodeler/pmpart.cpp')
-rw-r--r-- | kpovmodeler/pmpart.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpovmodeler/pmpart.cpp b/kpovmodeler/pmpart.cpp index db94f33e..7dec1524 100644 --- a/kpovmodeler/pmpart.cpp +++ b/kpovmodeler/pmpart.cpp @@ -99,7 +99,7 @@ TQTime PMDebugTime; //#define KPM_WITH_OBJECT_LIBRARY -PMPart::PMPart( TQWidget* tqparentWidget, const char* widgetName, +PMPart::PMPart( TQWidget* parentWidget, const char* widgetName, TQObject* tqparent, const char* name, bool readwrite, PMShell* shell ) : DCOPObject( "PMPartIface" ), @@ -141,7 +141,7 @@ PMPart::PMPart( TQWidget* tqparentWidget, const char* widgetName, initActions( ); initDocument( ); - initView( tqparentWidget, widgetName ); + initView( parentWidget, widgetName ); restoreConfig( instance( )->config( ) ); @@ -161,7 +161,7 @@ PMPart::PMPart( TQWidget* tqparentWidget, const char* widgetName, slotObjectChanged( m_pScene, PMCNewSelection, this ); } -PMPart::PMPart( TQWidget* /*tqparentWidget*/, const char* /*widgetName*/, +PMPart::PMPart( TQWidget* /*parentWidget*/, const char* /*widgetName*/, TQObject* tqparent, const char* name, bool readwrite, bool /*onlyCutPaste*/, PMShell* shell ) : DCOPObject( "LibraryBrowserIface" ), |