-rw-r--r-- | korganizer/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index 98a820d..7ce0251 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp @@ -1767,2 +1767,3 @@ void MainWindow::processIncidenceSelection( Incidence *incidence ) } +#ifdef DESKTOP_VERSION static QPixmap jP = SmallIcon( "journal" ); @@ -1770,3 +1771,2 @@ void MainWindow::processIncidenceSelection( Incidence *incidence ) static QPixmap tP = SmallIcon( "newtodo" ); -#ifdef DESKTOP_VERSION QIconSet icon; |