summaryrefslogtreecommitdiff
path: root/noncore/apps/zsafe/zsafe.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/zsafe/zsafe.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/zsafe/zsafe.h13
1 files changed, 5 insertions, 8 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
@@ -10,16 +10,13 @@
** Homepage: http://home.t-online.de/home/CarstenSchneider/zsafe/index.html
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef ZSAFE_H
#define ZSAFE_H
-
-#ifndef WIN32
-#include <stream.h>
-#endif
+
#include <stdio.h>
#include "infoform.h"
#include "categorylist.h"
#include "shadedlistitem.h"
@@ -33,15 +30,15 @@ class QHBoxLayout;
class QGridLayout;
class ZListView;
class QListViewItem;
class QToolButton;
class QTextBrowser;
class QPopupMenu;
-#ifdef DESKTOP
+#ifdef DESKTOP
// #ifndef WIN32
-class QSettings;
+class QSettings;
// #endif
#else
class Config;
#endif
class CategoryDialog;
class QPixmap;
@@ -119,15 +116,15 @@ public:
unsigned short iv[4];
char *buffer;
/** these two are global because save_entry() and save_finalize() both n eed them */
int bufferIndex;
unsigned short plaintext[4];
-#ifdef DESKTOP
+#ifdef DESKTOP
// #ifndef WIN32
- QSettings *conf;
+ QSettings *conf;
// #endif
#else
Config *conf;
#endif
bool expandTree;
QPopupMenu *file;