summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/kconstanteditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/kconstanteditor.cpp')
-rw-r--r--kmplot/kmplot/kconstanteditor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmplot/kmplot/kconstanteditor.cpp b/kmplot/kmplot/kconstanteditor.cpp
index 59101073..6318e124 100644
--- a/kmplot/kmplot/kconstanteditor.cpp
+++ b/kmplot/kmplot/kconstanteditor.cpp
@@ -40,8 +40,8 @@
#include "kconstanteditor.h"
-KConstantEditor::KConstantEditor(View *v, TQWidget *tqparent, const char *name)
- : QConstantEditor(tqparent,name), m_view(v)
+KConstantEditor::KConstantEditor(View *v, TQWidget *parent, const char *name)
+ : QConstantEditor(parent,name), m_view(v)
{
TQString str_value;
TQValueVector<Constant>::iterator it;