From 0c5ed2b6ef3c8b3321e6fd1889a09e402b7fc2e8 Mon Sep 17 00:00:00 2001 From: alwin Date: Tue, 17 Feb 2004 23:47:39 +0000 Subject: removed stdc++ dependies --- (limited to 'noncore') 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 @@ ****************************************************************************/ #ifndef ZSAFE_H #define ZSAFE_H - -#ifndef WIN32 -#include -#endif + #include #include "infoform.h" @@ -36,9 +33,9 @@ class QListViewItem; class QToolButton; class QTextBrowser; class QPopupMenu; -#ifdef DESKTOP +#ifdef DESKTOP // #ifndef WIN32 -class QSettings; +class QSettings; // #endif #else class Config; @@ -122,9 +119,9 @@ public: int bufferIndex; unsigned short plaintext[4]; -#ifdef DESKTOP +#ifdef DESKTOP // #ifndef WIN32 - QSettings *conf; + QSettings *conf; // #endif #else 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 \ INTERFACES = newdialog.ui searchdialog.ui passworddialog.ui categorydialog.ui infoform.ui wait.ui 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 include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2