summaryrefslogtreecommitdiffstats
path: root/kmplot/kmplot/kminmax.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmplot/kmplot/kminmax.h')
-rw-r--r--kmplot/kmplot/kminmax.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kmplot/kmplot/kminmax.h b/kmplot/kmplot/kminmax.h
index e564b6f5..ac68dd49 100644
--- a/kmplot/kmplot/kminmax.h
+++ b/kmplot/kmplot/kminmax.h
@@ -36,8 +36,9 @@
class KMinMax : public QMinMax
{
Q_OBJECT
+ TQ_OBJECT
public:
- KMinMax(View *, TQWidget *parent = 0, const char *name = 0);
+ KMinMax(View *, TQWidget *tqparent = 0, const char *name = 0);
/// called every time the dialog is opened
void init(char);
/// update the list with functions
@@ -48,7 +49,7 @@ public:
~KMinMax();
public slots:
- /// the user has pressen the find/caluclate/draw button
+ /// the user has pressen the tqfind/caluclate/draw button
void cmdFind_clicked();
/// the selecting a function that uses parameter function from a list the user can choose which paramater value he/she wants to use
void cmdParameter_clicked();