From ba4bb8e673fba43ae7a232942dea14d166991530 Mon Sep 17 00:00:00 2001 From: tille Date: Tue, 13 May 2003 13:46:19 +0000 Subject: icons ;) --- (limited to 'core/pim/osearch/datebooksearch.cpp') diff --git a/core/pim/osearch/datebooksearch.cpp b/core/pim/osearch/datebooksearch.cpp index 68699fa..7aabcea 100644 --- a/core/pim/osearch/datebooksearch.cpp +++ b/core/pim/osearch/datebooksearch.cpp @@ -16,11 +16,16 @@ #include #include +#include +#include DatebookSearch::DatebookSearch(QListView* parent, QString name) : SearchGroup(parent, name) { _dates = 0; + QIconSet is = Resource::loadIconSet( "datebook/DateBook" ); + setPixmap( 0, is.pixmap( QIconSet::Small, true ) ); + } -- cgit v0.9.0.2