summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/keditparametric.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/keditparametric.cpp')
-rw-r--r--kmplot/kmplot/keditparametric.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmplot/kmplot/keditparametric.cpp b/kmplot/kmplot/keditparametric.cpp
index 4f133874..0bfe1007 100644
--- a/kmplot/kmplot/keditparametric.cpp
+++ b/kmplot/kmplot/keditparametric.cpp
@@ -41,8 +41,8 @@
#include "xparser.h"
#include "View.h"
-KEditParametric::KEditParametric( XParser* parser, TQWidget* tqparent, const char* name ) :
- QEditParametric( tqparent, name ), m_parser(parser)
+KEditParametric::KEditParametric( XParser* parser, TQWidget* parent, const char* name ) :
+ QEditParametric( parent, name ), m_parser(parser)
{
connect( customMinRange, TQT_SIGNAL ( toggled(bool) ), this, TQT_SLOT( customMinRange_toggled(bool) ) );
connect( customMaxRange, TQT_SIGNAL ( toggled(bool) ), this, TQT_SLOT( customMaxRange_toggled(bool) ) );