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