From 95508093d45aaf062813b7824884f964ee2d4d9a Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 07 Oct 2004 10:10:08 +0000 Subject: desktop fix --- (limited to 'korganizer/calendarview.cpp') diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index 1d62046..e4c067e 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp @@ -127,6 +127,9 @@ #else #include #endif +#ifdef DESKTOP_VERSION +#include +#endif using namespace KOrg; using namespace KCal; extern int globalFlagBlockAgenda; @@ -154,7 +157,9 @@ class KOBeamPrefs : public QDialog vcal->setChecked( true ); tz = new QRadioButton(i18n(" With timezone "), time ); local = new QRadioButton(i18n(" Local time "), time ); - tz->setChecked( true ); + tz->setChecked( true );#ifdef DESKTOP_VERSION +#include +#endif QPushButton * ok = new QPushButton( i18n("Beam via IR!"), this ); lay->addWidget( ok ); QPushButton * cancel = new QPushButton( i18n("Cancel"), this ); @@ -1330,7 +1335,6 @@ void CalendarView::syncSharp() } -//#include bool CalendarView::importBday() { #ifndef KORG_NOKABC -- cgit v0.9.0.2