summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/CExpander.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/CExpander.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-reader/CExpander.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/noncore/apps/opie-reader/CExpander.cpp b/noncore/apps/opie-reader/CExpander.cpp
index e398d86..1158a7a 100644
--- a/noncore/apps/opie-reader/CExpander.cpp
+++ b/noncore/apps/opie-reader/CExpander.cpp
@@ -1,2 +1,5 @@
1#include "CExpander.h" 1#include "CExpander.h"
2#ifdef USEQPE
3#include <qpe/global.h>
4#endif
2 5
@@ -72,3 +75,7 @@ void CExpander::unsuspend(FILE*& fin)
72 int delay = time(NULL) - sustime; 75 int delay = time(NULL) - sustime;
73 if (delay < 10) sleep(10-delay); 76 if (delay < 10)
77 {
78 Global::statusMessage("Stalling");
79 sleep(10-delay);
80 }
74 fin = fopen(fname, "rb"); 81 fin = fopen(fname, "rb");
@@ -76,2 +83,3 @@ void CExpander::unsuspend(FILE*& fin)
76 { 83 {
84 Global::statusMessage("Stalling");
77 sleep(5); 85 sleep(5);