-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 @@ -15,6 +15,3 @@ #define ZSAFE_H -
-#ifndef WIN32 -#include <stream.h>
-#endif + #include <stdio.h> @@ -38,5 +35,5 @@ class QTextBrowser; class QPopupMenu; -#ifdef DESKTOP
+#ifdef DESKTOP // #ifndef WIN32 -class QSettings;
+class QSettings; // #endif @@ -124,5 +121,5 @@ public: -#ifdef DESKTOP
+#ifdef DESKTOP // #ifndef WIN32 - QSettings *conf;
+ QSettings *conf; // #endif 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 @@ -12,3 +12,3 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie -lstdc++ +LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie TARGET = zsafe |