summaryrefslogtreecommitdiffstats
path: root/ksquirrel/ksquirrel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/ksquirrel.cpp')
-rw-r--r--ksquirrel/ksquirrel.cpp2
1 files changed, 1 insertions, 1 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);