summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmlinkedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmlinkedit.cpp')
-rw-r--r--kpovmodeler/pmlinkedit.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kpovmodeler/pmlinkedit.cpp b/kpovmodeler/pmlinkedit.cpp
index 2114c5fa..87f6203c 100644
--- a/kpovmodeler/pmlinkedit.cpp
+++ b/kpovmodeler/pmlinkedit.cpp
@@ -28,23 +28,23 @@
#include "pmobjectselect.h"
PMLinkEdit::PMLinkEdit( const TQString& declareType,
- TQWidget* tqparent, const char* name )
- : TQWidget( tqparent, name )
+ TQWidget* parent, const char* name )
+ : TQWidget( parent, name )
{
m_declareTypes.append( declareType );
init( );
}
PMLinkEdit::PMLinkEdit( const TQStringList& declareTypes,
- TQWidget* tqparent, const char* name )
- : TQWidget( tqparent, name )
+ TQWidget* parent, const char* name )
+ : TQWidget( parent, name )
{
m_declareTypes = declareTypes;
init( );
}
-PMLinkEdit::PMLinkEdit( TQWidget* tqparent, const char* name )
- : TQWidget( tqparent, name )
+PMLinkEdit::PMLinkEdit( TQWidget* parent, const char* name )
+ : TQWidget( parent, name )
{
init( );
}