summaryrefslogtreecommitdiffabout
authorulf69 <ulf69>2004-06-30 21:55:19 (UTC)
committer ulf69 <ulf69>2004-06-30 21:55:19 (UTC)
commite0e3d743a6b61eaac023c9f284362ab08337da05 (patch) (side-by-side diff)
tree84da0a638bbafbcef1d8a8551406c656035eee4b
parentb8957d8d6437880355312cb008addceac66e9eb2 (diff)
downloadkdepimpi-e0e3d743a6b61eaac023c9f284362ab08337da05.zip
kdepimpi-e0e3d743a6b61eaac023c9f284362ab08337da05.tar.gz
kdepimpi-e0e3d743a6b61eaac023c9f284362ab08337da05.tar.bz2
using KABC namespace
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/calendarview.cpp1
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
@@ -122,12 +122,13 @@
#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