summaryrefslogtreecommitdiffstats
path: root/kbruch
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:24:25 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:24:25 -0500
commit7a187793a1de5da2a245c38d437ff41d9161a501 (patch)
treedf7c4b5b2e2b5d6837463acbf0dc4f5c9e89adb7 /kbruch
parentdb3f7d57bee5f22e74305cf63892601695c62c48 (diff)
downloadtdeedu-7a187793a1de5da2a245c38d437ff41d9161a501.tar.gz
tdeedu-7a187793a1de5da2a245c38d437ff41d9161a501.zip
Rename the string kde toolbar widget
Diffstat (limited to 'kbruch')
-rw-r--r--kbruch/src/mainqtwidget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kbruch/src/mainqtwidget.cpp b/kbruch/src/mainqtwidget.cpp
index c03a6f30..ebd780c0 100644
--- a/kbruch/src/mainqtwidget.cpp
+++ b/kbruch/src/mainqtwidget.cpp
@@ -165,7 +165,7 @@ void MainQtWidget::setupActions()
KStdAction::preferences(TQT_TQOBJECT(this), TQT_SLOT( slotPrefs() ), actionCollection());
// a label just describing the Number of terms ComboBox
- m_NrOfTermsLabel = new TQLabel(i18n("Terms:"), 0, "kde toolbar widget");
+ m_NrOfTermsLabel = new TQLabel(i18n("Terms:"), 0, "tde toolbar widget");
m_NrOfTermsLabelAction = new KWidgetAction(m_NrOfTermsLabel, i18n("Terms:"), ALT+Key_E,
TQT_TQOBJECT(this), TQT_SLOT(NrOfTermsBoxSlot()),
actionCollection(), "NrOfTermsLabelAction");
@@ -185,7 +185,7 @@ void MainQtWidget::setupActions()
TQObject::connect(m_NrOfTermsBox, TQT_SIGNAL(activated(int)), TQT_TQOBJECT(this), TQT_SLOT(NrOfTermsBoxSlot()));
// a label just describing the max. main denominator ComboBox
- m_MaxMainDenominatorLabel = new TQLabel(i18n("Max. main denominator:"), 0, "kde toolbar widget");
+ m_MaxMainDenominatorLabel = new TQLabel(i18n("Max. main denominator:"), 0, "tde toolbar widget");
m_MaxMainDenominatorLabelAction = new KWidgetAction(m_MaxMainDenominatorLabel, i18n("Max. main denominator:"), ALT+Key_D,
TQT_TQOBJECT(this), TQT_SLOT(MaxMainDenominatorBoxSlot()),
actionCollection(), "MaxMainDenominatorLabelAction");
@@ -216,7 +216,7 @@ void MainQtWidget::setupActions()
this, TQT_SLOT(MaxMainDenominatorBoxSlot()));
// a label just describing the operation ComboBox
- m_OperationLabel = new TQLabel(i18n("Operations:"), 0, "kde toolbar widget");
+ m_OperationLabel = new TQLabel(i18n("Operations:"), 0, "tde toolbar widget");
m_OperationLabelAction = new KWidgetAction(m_OperationLabel, i18n("Operations:"), ALT+Key_O,
TQT_TQOBJECT(this), TQT_SLOT(OperationBoxSlot()),
actionCollection(), "OperationLabelAction");