From cdf3ec6993eebb80c96258c1bb217594ea442544 Mon Sep 17 00:00:00 2001 From: tille Date: Sat, 17 May 2003 10:38:52 +0000 Subject: (layout) fixes from zecke (for 0.99) and some minor things... --- (limited to 'core/pim/osearch/eventitem.cpp') diff --git a/core/pim/osearch/eventitem.cpp b/core/pim/osearch/eventitem.cpp index 24ce8e8..3228093 100644 --- a/core/pim/osearch/eventitem.cpp +++ b/core/pim/osearch/eventitem.cpp @@ -16,6 +16,7 @@ #include #include #include +//#include #include EventItem::EventItem(OListViewItem* parent, OEvent *event) @@ -62,6 +63,7 @@ void EventItem::setIcon() switch ( _event->lastHitField() ) { case -1: icon = Resource::loadPixmap( "reset" ); +// QWhatsThis::add( icon, QObject::tr("Enter your search terms here") ); break; case Qtopia::DatebookDescription: icon = Resource::loadPixmap( "osearch/summary" ); -- cgit v0.9.0.2