|
|
|
@ -84,7 +84,7 @@ SearchBar::SearchBar(TQWidget* parent, const char* name) : TQHBox(parent, name),
|
|
|
|
|
statusLabel->setText( i18n("Status:") );
|
|
|
|
|
|
|
|
|
|
d->searchCombo = new KComboBox(this, "searchcombo");
|
|
|
|
|
TQPixmap iconAll = TDEGlobal::iconLoader()->loadIcon("exec", TDEIcon::Small);
|
|
|
|
|
TQPixmap iconAll = TDEGlobal::iconLoader()->loadIcon("application-x-executable", TDEIcon::Small);
|
|
|
|
|
TQPixmap iconNew(locate("data", "akregator/pics/kmmsgnew.png"));
|
|
|
|
|
TQPixmap iconUnread(locate("data", "akregator/pics/kmmsgunseen.png"));
|
|
|
|
|
TQPixmap iconKeep(locate("data", "akregator/pics/kmmsgflag.png"));
|
|
|
|
|