summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/ppm_expander.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-reader/ppm_expander.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/ppm_expander.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/noncore/apps/opie-reader/ppm_expander.h b/noncore/apps/opie-reader/ppm_expander.h
index 002de86..a1a3b60 100644
--- a/noncore/apps/opie-reader/ppm_expander.h
+++ b/noncore/apps/opie-reader/ppm_expander.h
@@ -2,3 +2,3 @@
#define __ppm_expander_h
-
+
#include "useqpe.h"
@@ -29,3 +29,4 @@ class ppm_expander : public CExpander {
public:
-#ifdef USEQPE
+ QString about() { return QString("ppms Codec (c) Tim Wentford\nCompression code (c) Fabrice Bellard"); }
+#ifdef USEQPE
void suspend()
@@ -37,3 +38,3 @@ public:
CExpander::unsuspend(my_file_in);
- }
+ }
#endif
@@ -48,3 +49,3 @@ public:
int getch();
- int locate(unsigned short block, unsigned int n);
+ void locate(unsigned short block, unsigned int n);
virtual ~ppm_expander();