summaryrefslogtreecommitdiff
path: root/core/pim/osearch/todosearch.cpp
authorzecke <zecke>2004-10-12 12:46:01 (UTC)
committer zecke <zecke>2004-10-12 12:46:01 (UTC)
commit2005178f060ca366f78624508400aec8a6b0d291 (patch) (side-by-side diff)
treeb2d58d785341cc84c1224a36ee8ae4327170af55 /core/pim/osearch/todosearch.cpp
parent363cc582d2a6c9b6fa1409bccaef861ea1bcce15 (diff)
downloadopie-2005178f060ca366f78624508400aec8a6b0d291.zip
opie-2005178f060ca366f78624508400aec8a6b0d291.tar.gz
opie-2005178f060ca366f78624508400aec8a6b0d291.tar.bz2
Minor GUI polishing
-Use 'better' icons and always QIconSet::Large -Make the 'Search For' Label to have the same color as the rest of the toolbar
Diffstat (limited to 'core/pim/osearch/todosearch.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/todosearch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/osearch/todosearch.cpp b/core/pim/osearch/todosearch.cpp
index 48fa909..1ed7370 100644
--- a/core/pim/osearch/todosearch.cpp
+++ b/core/pim/osearch/todosearch.cpp
@@ -25,7 +25,7 @@ TodoSearch::TodoSearch(QListView* parent, QString name)
{
// AppLnkSet als(QPEApplication::qpeDir());
// setPixmap( 0, als.findExec("todolist")->pixmap() );
- QIconSet is = Resource::loadIconSet( "todo/TodoListSmall" );
+ QIconSet is = Resource::loadIconSet( "todo/TodoList" );
setPixmap( 0, is.pixmap( QIconSet::Large, true ) );
actionShowCompleted = new QAction( QObject::tr("Show completed tasks"),QString::null, 0, 0, 0, true );
Config cfg( "osearch", Config::User );