summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmcommentedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmcommentedit.cpp')
-rw-r--r--kpovmodeler/pmcommentedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmcommentedit.cpp b/kpovmodeler/pmcommentedit.cpp
index b9f5daac..92cdbfa3 100644
--- a/kpovmodeler/pmcommentedit.cpp
+++ b/kpovmodeler/pmcommentedit.cpp
@@ -23,8 +23,8 @@
#include <tqmultilineedit.h>
#include <kglobalsettings.h>
-PMCommentEdit::PMCommentEdit( TQWidget* tqparent, const char* name )
- : Base( tqparent, name )
+PMCommentEdit::PMCommentEdit( TQWidget* parent, const char* name )
+ : Base( parent, name )
{
m_pDisplayedObject = 0;
}