summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmcsgedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmcsgedit.cpp')
-rw-r--r--kpovmodeler/pmcsgedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmcsgedit.cpp b/kpovmodeler/pmcsgedit.cpp
index bdbbe3da..014eb09b 100644
--- a/kpovmodeler/pmcsgedit.cpp
+++ b/kpovmodeler/pmcsgedit.cpp
@@ -24,8 +24,8 @@
#include <tqcombobox.h>
#include <klocale.h>
-PMCSGEdit::PMCSGEdit( TQWidget* tqparent, const char* name )
- : Base( tqparent, name )
+PMCSGEdit::PMCSGEdit( TQWidget* parent, const char* name )
+ : Base( parent, name )
{
m_pDisplayedObject = 0;
}