summaryrefslogtreecommitdiffabout
authorulf69 <ulf69>2004-06-30 21:55:19 (UTC)
committer ulf69 <ulf69>2004-06-30 21:55:19 (UTC)
commite0e3d743a6b61eaac023c9f284362ab08337da05 (patch) (unidiff)
tree84da0a638bbafbcef1d8a8551406c656035eee4b
parentb8957d8d6437880355312cb008addceac66e9eb2 (diff)
downloadkdepimpi-e0e3d743a6b61eaac023c9f284362ab08337da05.zip
kdepimpi-e0e3d743a6b61eaac023c9f284362ab08337da05.tar.gz
kdepimpi-e0e3d743a6b61eaac023c9f284362ab08337da05.tar.bz2
using KABC namespace
Diffstat (more/less context) (show 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
@@ -116,24 +116,25 @@
116#include "calendarview.h" 116#include "calendarview.h"
117#ifndef DESKTOP_VERSION 117#ifndef DESKTOP_VERSION
118#include <qtopia/alarmserver.h> 118#include <qtopia/alarmserver.h>
119#endif 119#endif
120#ifndef _WIN32_ 120#ifndef _WIN32_
121#include <stdlib.h> 121#include <stdlib.h>
122#include <stdio.h> 122#include <stdio.h>
123#include <unistd.h> 123#include <unistd.h>
124#else 124#else
125#include <qprocess.h> 125#include <qprocess.h>
126#endif 126#endif
127using namespace KOrg; 127using namespace KOrg;
128using namespace KCal;
128extern int globalFlagBlockAgenda; 129extern int globalFlagBlockAgenda;
129extern int globalFlagBlockStartup; 130extern int globalFlagBlockStartup;
130 131
131#define SYNC_MODE_NORMAL 0 132#define SYNC_MODE_NORMAL 0
132#define SYNC_MODE_SHARP 1 133#define SYNC_MODE_SHARP 1
133#define SYNC_MODE_QTOPIA 2 134#define SYNC_MODE_QTOPIA 2
134 135
135class KOBeamPrefs : public QDialog 136class KOBeamPrefs : public QDialog
136{ 137{
137 public: 138 public:
138 KOBeamPrefs( QWidget *parent=0, const char *name=0 ) : 139 KOBeamPrefs( QWidget *parent=0, const char *name=0 ) :
139 QDialog( parent, name, true ) 140 QDialog( parent, name, true )