summaryrefslogtreecommitdiffstats
path: root/kig/misc/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'kig/misc/common.h')
-rw-r--r--kig/misc/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/misc/common.h b/kig/misc/common.h
index d1969df3..d4f388fb 100644
--- a/kig/misc/common.h
+++ b/kig/misc/common.h
@@ -52,7 +52,7 @@ extern const double double_inf;
*/
double getDoubleFromUser( const TQString& caption, const TQString& label, double value,
- TQWidget* parent, bool* ok, double min, double max, int decimals );
+ TQWidget* tqparent, bool* ok, double min, double max, int decimals );
/**
* Simple class representing a line. Used by various functions in Kig.