summaryrefslogtreecommitdiffstats
path: root/kcalc/kcalc_const_menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcalc/kcalc_const_menu.cpp')
-rw-r--r--kcalc/kcalc_const_menu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcalc/kcalc_const_menu.cpp b/kcalc/kcalc_const_menu.cpp
index 7984daf..f758c9f 100644
--- a/kcalc/kcalc_const_menu.cpp
+++ b/kcalc/kcalc_const_menu.cpp
@@ -49,8 +49,8 @@ const struct science_constant KCalcConstMenu::Constants[] = {
{"N_A", I18N_NOOP("Avogadro's Number"), "", "6.0221415e23", Thermodynamics}
};
-KCalcConstMenu::KCalcConstMenu(TQWidget * tqparent, const char * name)
- : TQPopupMenu(tqparent, name)
+KCalcConstMenu::KCalcConstMenu(TQWidget * parent, const char * name)
+ : TQPopupMenu(parent, name)
{
TQPopupMenu *math_menu = new TQPopupMenu(this, "mathematical constants");
TQPopupMenu *em_menu = new TQPopupMenu(this, "electromagnetic constants");