summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/ppm_expander.h
Unidiff
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 @@
2#define __ppm_expander_h 2#define __ppm_expander_h
3 3
4#include "useqpe.h" 4#include "useqpe.h"
@@ -29,3 +29,4 @@ class ppm_expander : public CExpander {
29public: 29public:
30#ifdef USEQPE 30 QString about() { return QString("ppms Codec (c) Tim Wentford\nCompression code (c) Fabrice Bellard"); }
31#ifdef USEQPE
31 void suspend() 32 void suspend()
@@ -37,3 +38,3 @@ public:
37 CExpander::unsuspend(my_file_in); 38 CExpander::unsuspend(my_file_in);
38 } 39 }
39#endif 40#endif
@@ -48,3 +49,3 @@ public:
48 int getch(); 49 int getch();
49 int locate(unsigned short block, unsigned int n); 50 void locate(unsigned short block, unsigned int n);
50 virtual ~ppm_expander(); 51 virtual ~ppm_expander();