-rw-r--r-- | noncore/apps/zsafe/zsafe.h | 13 | ||||
-rw-r--r-- | noncore/apps/zsafe/zsafe.pro | 2 |
2 files changed, 6 insertions, 9 deletions
diff --git a/noncore/apps/zsafe/zsafe.h b/noncore/apps/zsafe/zsafe.h index b5019a9..eef5cdc 100644 --- a/noncore/apps/zsafe/zsafe.h +++ b/noncore/apps/zsafe/zsafe.h | |||
@@ -13,10 +13,7 @@ | |||
13 | ****************************************************************************/ | 13 | ****************************************************************************/ |
14 | #ifndef ZSAFE_H | 14 | #ifndef ZSAFE_H |
15 | #define ZSAFE_H | 15 | #define ZSAFE_H |
16 | 16 | ||
17 | #ifndef WIN32 | ||
18 | #include <stream.h> | ||
19 | #endif | ||
20 | #include <stdio.h> | 17 | #include <stdio.h> |
21 | 18 | ||
22 | #include "infoform.h" | 19 | #include "infoform.h" |
@@ -36,9 +33,9 @@ class QListViewItem; | |||
36 | class QToolButton; | 33 | class QToolButton; |
37 | class QTextBrowser; | 34 | class QTextBrowser; |
38 | class QPopupMenu; | 35 | class QPopupMenu; |
39 | #ifdef DESKTOP | 36 | #ifdef DESKTOP |
40 | // #ifndef WIN32 | 37 | // #ifndef WIN32 |
41 | class QSettings; | 38 | class QSettings; |
42 | // #endif | 39 | // #endif |
43 | #else | 40 | #else |
44 | class Config; | 41 | class Config; |
@@ -122,9 +119,9 @@ public: | |||
122 | int bufferIndex; | 119 | int bufferIndex; |
123 | unsigned short plaintext[4]; | 120 | unsigned short plaintext[4]; |
124 | 121 | ||
125 | #ifdef DESKTOP | 122 | #ifdef DESKTOP |
126 | // #ifndef WIN32 | 123 | // #ifndef WIN32 |
127 | QSettings *conf; | 124 | QSettings *conf; |
128 | // #endif | 125 | // #endif |
129 | #else | 126 | #else |
130 | Config *conf; | 127 | Config *conf; |
diff --git a/noncore/apps/zsafe/zsafe.pro b/noncore/apps/zsafe/zsafe.pro index a1f9e9f..65bcb79 100644 --- a/noncore/apps/zsafe/zsafe.pro +++ b/noncore/apps/zsafe/zsafe.pro | |||
@@ -10,7 +10,7 @@ SOURCES = main.cpp zsafe.cpp krc2.cpp category.cpp \ | |||
10 | INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui infoform.ui wait.ui | 10 | INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui infoform.ui wait.ui |
11 | INCLUDEPATH+= $(OPIEDIR)/include | 11 | INCLUDEPATH+= $(OPIEDIR)/include |
12 | DEPENDPATH+= $(OPIEDIR)/include | 12 | DEPENDPATH+= $(OPIEDIR)/include |
13 | LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie -lstdc++ | 13 | LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie |
14 | TARGET = zsafe | 14 | TARGET = zsafe |
15 | 15 | ||
16 | include ( $(OPIEDIR)/include.pro ) | 16 | include ( $(OPIEDIR)/include.pro ) |