|
|
|
@ -138,7 +138,7 @@ static TQLabel* switchLabel[switchLabelCount] = {showEverything, showApplication
|
|
|
|
|
currentSortOrder = defaultSortOrder;
|
|
|
|
|
kapp->dcopClient()->setDefaultObject( objId() );
|
|
|
|
|
beagleJustStarted = false;
|
|
|
|
|
m_searchPixmap->setPixmap( BarIcon( "find", 32 ) );
|
|
|
|
|
m_searchPixmap->setPixmap( BarIcon( "edit-find", 32 ) );
|
|
|
|
|
|
|
|
|
|
TQTextCodec::setCodecForCStrings(TQTextCodec::codecForName( "utf8" ));
|
|
|
|
|
encodingRegexp = TQRegExp("%[\\dA-F][\\dA-F]");
|
|
|
|
@ -1433,7 +1433,7 @@ void SearchDlg::searchLostOutput(BeagleSearch::VanishedURIList &items)
|
|
|
|
|
|
|
|
|
|
void SearchDlg::searchFinished()
|
|
|
|
|
{
|
|
|
|
|
m_searchPixmap->setPixmap( BarIcon( "find", 32 ) );
|
|
|
|
|
m_searchPixmap->setPixmap( BarIcon( "edit-find", 32 ) );
|
|
|
|
|
|
|
|
|
|
still_searching = false;
|
|
|
|
|
|
|
|
|
|