-rw-r--r-- | noncore/apps/zsafe/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/zsafe/main.cpp b/noncore/apps/zsafe/main.cpp index 5f48f77..c187520 100644 --- a/noncore/apps/zsafe/main.cpp +++ b/noncore/apps/zsafe/main.cpp | |||
@@ -1,30 +1,32 @@ | |||
1 | /* | 1 | /* |
2 | ** Author: Carsten Schneider <CarstenSchneider@t-online.de> | 2 | ** Author: Carsten Schneider <CarstenSchneider@t-online.de> |
3 | ** | 3 | ** |
4 | ** $Id$ | 4 | ** $Id$ |
5 | ** | 5 | ** |
6 | ** Homepage: http://home.t-online.de/home/CarstenSchneider/zsafe/index.html | 6 | ** Homepage: http://home.t-online.de/home/CarstenSchneider/zsafe/index.html |
7 | */ | 7 | */ |
8 | 8 | ||
9 | 9 | ||
10 | #include "zsafe.h" | 10 | #include "zsafe.h" |
11 | 11 | ||
12 | #ifndef NO_OPIE | ||
12 | /* OPIE */ | 13 | /* OPIE */ |
13 | #include <opie2/odebug.h> | 14 | #include <opie2/odebug.h> |
14 | using namespace Opie::Core; | 15 | using namespace Opie::Core; |
16 | #endif | ||
15 | 17 | ||
16 | /* QT */ | 18 | /* QT */ |
17 | #ifdef DESKTOP | 19 | #ifdef DESKTOP |
18 | #include <qapplication.h> | 20 | #include <qapplication.h> |
19 | #else | 21 | #else |
20 | #include <qpe/qpeapplication.h> | 22 | #include <qpe/qpeapplication.h> |
21 | #endif | 23 | #endif |
22 | 24 | ||
23 | /* STD */ | 25 | /* STD */ |
24 | #include <stdio.h> | 26 | #include <stdio.h> |
25 | #include <signal.h> | 27 | #include <signal.h> |
26 | 28 | ||
27 | ZSafe *zs; | 29 | ZSafe *zs; |
28 | #ifdef DESKTOP | 30 | #ifdef DESKTOP |
29 | QApplication *appl; | 31 | QApplication *appl; |
30 | #else | 32 | #else |