summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/pwminit.h
Side-by-side diff
Diffstat (limited to 'pwmanager/pwmanager/pwminit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/pwminit.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/pwmanager/pwmanager/pwminit.h b/pwmanager/pwmanager/pwminit.h
index bf72093..32d1b4f 100644
--- a/pwmanager/pwmanager/pwminit.h
+++ b/pwmanager/pwmanager/pwminit.h
@@ -22,3 +22,3 @@
-#include <qvaluelist.h>
+#include <q3valuelist.h>
#include <qobject.h>
@@ -32,3 +32,2 @@
#include <qapplication.h>
-#include <qplatinumstyle.h>
#endif //DESKTOP_VERSION
@@ -52,3 +51,3 @@ class PwMInit;
#ifndef PWM_EMBEDDED
-//MOC_SKIP_BEGIN
+#ifndef Q_MOC_RUN
class PwMApplication : public KUniqueApplication
@@ -70,3 +69,3 @@ protected:
};
-//MOC_SKIP_END
+#endif
#else //PWM_EMBEDDED
@@ -156,3 +155,3 @@ public:
/** returns a list of all open main windows */
- const QValueList<PwM *> * mainWndList()
+ const Q3ValueList<PwM *> * mainWndList()
{ return &_mainWndList; }
@@ -216,3 +215,3 @@ protected:
/** list of all open main windows */
- QValueList<PwM *> _mainWndList;
+ Q3ValueList<PwM *> _mainWndList;
/** saved command line options. */