summaryrefslogtreecommitdiff
path: root/library/qpedecoration_qws.h
Side-by-side diff
Diffstat (limited to 'library/qpedecoration_qws.h') (more/less context) (ignore whitespace changes)
-rw-r--r--library/qpedecoration_qws.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/library/qpedecoration_qws.h b/library/qpedecoration_qws.h
index d0a2005..ca670cd 100644
--- a/library/qpedecoration_qws.h
+++ b/library/qpedecoration_qws.h
@@ -24,2 +24,3 @@
#ifdef QWS
+#include <qpe/global.h>
#include <qwsdefaultdecoration_qws.h>
@@ -35,2 +36,3 @@ class QPEManager;
class QTimer;
+#include <qwidget.h>
@@ -49,2 +51,3 @@ public:
void minimize( QWidget * );
+ virtual QPopupMenu *menu( const QWidget *, const QPoint & );
virtual void help( QWidget * );
@@ -65,3 +68,3 @@ private:
- void init ( const QString & );
+ bool helpExists() const;
@@ -72,3 +75,3 @@ protected:
QString helpFile;
- bool helpExists;
+ bool helpexists : 1;
QPEManager *qpeManager;
@@ -103,3 +106,3 @@ protected:
QTimer *wtTimer;
- bool inWhatsThis;
+ bool inWhatsThis : 1;
QGuardedPtr<QWidget> whatsThis;