Rename the string kde toolbar widget

pull/1/head
Timothy Pearson 10 years ago
parent a7a5e916d6
commit 77d1e56f97

@ -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);

@ -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);

Loading…
Cancel
Save