summaryrefslogtreecommitdiffstats
path: root/kcalc/kcalc_const_button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcalc/kcalc_const_button.cpp')
-rw-r--r--kcalc/kcalc_const_button.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcalc/kcalc_const_button.cpp b/kcalc/kcalc_const_button.cpp
index 071bb71..8294526 100644
--- a/kcalc/kcalc_const_button.cpp
+++ b/kcalc/kcalc_const_button.cpp
@@ -70,7 +70,7 @@ void KCalcConstButton::initPopupMenu(void)
{
KCalcConstMenu *tmp_menu = new KCalcConstMenu(this);
- _popup = new KPopupMenu(this, "set const-cutton");
+ _popup = new TDEPopupMenu(this, "set const-cutton");
_popup->insertItem(i18n("Set Name"), 0);
_popup->insertItem(i18n("Choose From List"), tmp_menu, 1);