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