summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/ZText.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-reader/ZText.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/ZText.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-reader/ZText.h b/noncore/apps/opie-reader/ZText.h
index 9e72161..debfe8c 100644
--- a/noncore/apps/opie-reader/ZText.h
+++ b/noncore/apps/opie-reader/ZText.h
@@ -1,10 +1,10 @@
#ifndef __Text_h
#define __Text_h
#include <stdio.h>
-#include <zlib.h>
+#include "zlib/zlib.h"
#include <sys/stat.h>
#include "CExpander.h"
class Text: public CExpander {
gzFile file;
@@ -30,10 +30,10 @@ public:
virtual void sizes(unsigned long& _file, unsigned long& _text)
{
_text = _file = fsize;
}
virtual MarkupType PreferredMarkup()
{
- return cTEXT;
+ return cTEXT;
}
};
#endif