summaryrefslogtreecommitdiff
authoralwin <alwin>2004-02-17 23:47:39 (UTC)
committer alwin <alwin>2004-02-17 23:47:39 (UTC)
commit0c5ed2b6ef3c8b3321e6fd1889a09e402b7fc2e8 (patch) (unidiff)
treed6cfdc2be603da8b6a4b87a3ba6b57952bbf1333
parente4f501b5e7006c54f1447c830eaeee6a0f26cc1a (diff)
downloadopie-0c5ed2b6ef3c8b3321e6fd1889a09e402b7fc2e8.zip
opie-0c5ed2b6ef3c8b3321e6fd1889a09e402b7fc2e8.tar.gz
opie-0c5ed2b6ef3c8b3321e6fd1889a09e402b7fc2e8.tar.bz2
removed stdc++ dependies
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/zsafe/zsafe.h13
-rw-r--r--noncore/apps/zsafe/zsafe.pro2
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
@@ -14,8 +14,5 @@
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
@@ -37,7 +34,7 @@ class QToolButton;
37class QTextBrowser; 34class QTextBrowser;
38class QPopupMenu; 35class QPopupMenu;
39#ifdef DESKTOP 36#ifdef DESKTOP
40// #ifndef WIN32 37// #ifndef WIN32
41class QSettings; 38class QSettings;
42// #endif 39// #endif
43#else 40#else
@@ -123,7 +120,7 @@ public:
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
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
@@ -11,5 +11,5 @@ INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui i
11 INCLUDEPATH+= $(OPIEDIR)/include 11 INCLUDEPATH+= $(OPIEDIR)/include
12 DEPENDPATH+= $(OPIEDIR)/include 12 DEPENDPATH+= $(OPIEDIR)/include
13LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie -lstdc++ 13LIBS += -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -lqpe -lopie
14 TARGET = zsafe 14 TARGET = zsafe
15 15