author | ulf69 <ulf69> | 2004-06-30 21:55:19 (UTC) |
---|---|---|
committer | ulf69 <ulf69> | 2004-06-30 21:55:19 (UTC) |
commit | e0e3d743a6b61eaac023c9f284362ab08337da05 (patch) (unidiff) | |
tree | 84da0a638bbafbcef1d8a8551406c656035eee4b | |
parent | b8957d8d6437880355312cb008addceac66e9eb2 (diff) | |
download | kdepimpi-e0e3d743a6b61eaac023c9f284362ab08337da05.zip kdepimpi-e0e3d743a6b61eaac023c9f284362ab08337da05.tar.gz kdepimpi-e0e3d743a6b61eaac023c9f284362ab08337da05.tar.bz2 |
using KABC namespace
-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 | |||
@@ -112,32 +112,33 @@ | |||
112 | #include "navigatorbar.h" | 112 | #include "navigatorbar.h" |
113 | #include "searchdialog.h" | 113 | #include "searchdialog.h" |
114 | #include "mainwindow.h" | 114 | #include "mainwindow.h" |
115 | 115 | ||
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 |
127 | using namespace KOrg; | 127 | using namespace KOrg; |
128 | using namespace KCal; | ||
128 | extern int globalFlagBlockAgenda; | 129 | extern int globalFlagBlockAgenda; |
129 | extern int globalFlagBlockStartup; | 130 | extern 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 | ||
135 | class KOBeamPrefs : public QDialog | 136 | class 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 ) |
140 | { | 141 | { |
141 | setCaption( i18n("Beam Options") ); | 142 | setCaption( i18n("Beam Options") ); |
142 | QVBoxLayout* lay = new QVBoxLayout( this ); | 143 | QVBoxLayout* lay = new QVBoxLayout( this ); |
143 | lay->setSpacing( 3 ); | 144 | lay->setSpacing( 3 ); |