summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/ztxt.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-reader/ztxt.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/ztxt.h26
1 files changed, 8 insertions, 18 deletions
diff --git a/noncore/apps/opie-reader/ztxt.h b/noncore/apps/opie-reader/ztxt.h
index 709a055..f544b01 100644
--- a/noncore/apps/opie-reader/ztxt.h
+++ b/noncore/apps/opie-reader/ztxt.h
@@ -3,3 +3,2 @@
-#include "useqpe.h"
#include "CExpander.h"
@@ -7,6 +6,6 @@
#include "pdb.h"
-#ifdef _WINDOWS
-#include <winsock.h>
-#endif
-
+#ifdef _WINDOWS
+#include <winsock.h>
+#endif
+
/*
@@ -24,3 +23,3 @@
#if defined(__GNUC__) && defined(__UNIX__)
-# pragma pack(2)
+//# pragma pack(2)
#endif
@@ -60,3 +59,3 @@ struct zTXTbkmk
UInt32 offset;
- tchar title[MAX_BMRK_LENGTH];
+ unsigned char title[MAX_BMRK_LENGTH];
};
@@ -68,3 +67,3 @@ const UInt32 ZTXT_ID = 0x5458547a;
-class ztxt : public CExpander, Cpdb
+class ztxt : public Cpdb
{
@@ -82,12 +81,3 @@ class ztxt : public CExpander, Cpdb
public:
-#ifdef USEQPE
- void suspend()
- {
- CExpander::suspend(fin);
- }
- void unsuspend()
- {
- CExpander::unsuspend(fin);
- }
-#endif
+ QString about() { return QString("Weasel codec (c) Tim Wentford"); }
void sizes(unsigned long& _file, unsigned long& _text)