-rw-r--r-- | korganizer/calendarview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index 0956c78..bf98ad4 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp @@ -116,24 +116,25 @@ #include "calendarview.h" #ifndef DESKTOP_VERSION #include <qtopia/alarmserver.h> #endif #ifndef _WIN32_ #include <stdlib.h> #include <stdio.h> #include <unistd.h> #else #include <qprocess.h> #endif using namespace KOrg; +using namespace KCal; extern int globalFlagBlockAgenda; extern int globalFlagBlockStartup; #define SYNC_MODE_NORMAL 0 #define SYNC_MODE_SHARP 1 #define SYNC_MODE_QTOPIA 2 class KOBeamPrefs : public QDialog { public: KOBeamPrefs( QWidget *parent=0, const char *name=0 ) : QDialog( parent, name, true ) |