From 48a8fa71f1985fea9df4981808796ef65f0f974a Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 29 Jul 2005 18:10:22 +0000 Subject: fix --- (limited to 'korganizer/mainwindow.cpp') diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index 98a820d..7ce0251 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp @@ -1765,10 +1765,10 @@ void MainWindow::processIncidenceSelection( Incidence *incidence ) mShowAction->setMenuText( i18n("Show") ); mNewSubTodoAction->setEnabled( false ); } +#ifdef DESKTOP_VERSION static QPixmap jP = SmallIcon( "journal" ); static QPixmap eP = SmallIcon( "newevent" ); static QPixmap tP = SmallIcon( "newtodo" ); -#ifdef DESKTOP_VERSION QIconSet icon; if ( incidence->typeID() == todoID ) icon = QIconSet ( tP ); -- cgit v0.9.0.2