summaryrefslogtreecommitdiffstats
path: root/kcalc/dlabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcalc/dlabel.cpp')
-rw-r--r--kcalc/dlabel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcalc/dlabel.cpp b/kcalc/dlabel.cpp
index 84f07e8..157a387 100644
--- a/kcalc/dlabel.cpp
+++ b/kcalc/dlabel.cpp
@@ -34,9 +34,9 @@
-DispLogic::DispLogic(TQWidget *tqparent, const char *name,
+DispLogic::DispLogic(TQWidget *parent, const char *name,
KActionCollection *coll)
- :KCalcDisplay(tqparent,name), _history_index(0)
+ :KCalcDisplay(parent,name), _history_index(0)
{
KNumber::setDefaultFloatOutput(true);
KNumber::setDefaultFractionalInput(true);