summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:21:48 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-08-07 17:21:48 -0500
commit77d1e56f979f4c374b3c2db59ee87c156e213ab7 (patch)
tree892dc4eb93b1d48cc90015eac5528ad12a969192
parenta7a5e916d6b64e91baeb6f0848fe864f5c058179 (diff)
downloadksquirrel-77d1e56f979f4c374b3c2db59ee87c156e213ab7.tar.gz
ksquirrel-77d1e56f979f4c374b3c2db59ee87c156e213ab7.zip
Rename the string kde toolbar widget
-rw-r--r--ksquirrel/ksquirrel.cpp2
-rw-r--r--ksquirrel/sq_slideshowwidget.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/ksquirrel/ksquirrel.cpp b/ksquirrel/ksquirrel.cpp
index 5569a7b..f8a08b5 100644
--- a/ksquirrel/ksquirrel.cpp
+++ b/ksquirrel/ksquirrel.cpp
@@ -353,7 +353,7 @@ void KSquirrel::createLocationToolbar(TDEToolBar *pTLocation)
pTLocation->setFullSize();
pTLocation->insertButton("button_cancel", 0, TQT_SIGNAL(clicked()), TQT_TQOBJECT(pCurrentURL), TQT_SLOT(clearHistory()), true, i18n("Clear history"));
pTLocation->insertButton("locationbar_erase", 1, TQT_SIGNAL(clicked()), TQT_TQOBJECT(pCurrentURL), TQT_SLOT(clearEdit()), true, i18n("Clear address"));
- pTLocation->insertWidget(2, 10, new TQLabel("URL:", pTLocation, "kde toolbar widget"));
+ pTLocation->insertWidget(2, 10, new TQLabel("URL:", pTLocation, "tde toolbar widget"));
pTLocation->setItemAutoSized(2);
pTLocation->insertWidget(3, 10, pCurrentURL);
pTLocation->setItemAutoSized(3);
diff --git a/ksquirrel/sq_slideshowwidget.cpp b/ksquirrel/sq_slideshowwidget.cpp
index 25c67cf..6715581 100644
--- a/ksquirrel/sq_slideshowwidget.cpp
+++ b/ksquirrel/sq_slideshowwidget.cpp
@@ -68,7 +68,7 @@ SQ_SlideShowWidget::SQ_SlideShowWidget(TQWidget *parent, const char *name)
connect(timerHide, TQT_SIGNAL(timeout()), this, TQT_SLOT(slotHide()));
- options = new TQHBox(this, "kde toolbar widget");
+ options = new TQHBox(this, "tde toolbar widget");
options->setSpacing(0);
options->setMargin(1);
options->move(0, 0);