summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/ui/oholidaypluginif.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiepim/ui/oholidaypluginif.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/ui/oholidaypluginif.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/libopie2/opiepim/ui/oholidaypluginif.h b/libopie2/opiepim/ui/oholidaypluginif.h
index 6d36f08..874e5a3 100644
--- a/libopie2/opiepim/ui/oholidaypluginif.h
+++ b/libopie2/opiepim/ui/oholidaypluginif.h
@@ -2,6 +2,5 @@
#define _O_HOLIDAY_PLUGIN_IF_H
-
#include <opie2/odebug.h>
-
#include <qpe/qcom.h>
+#include <qpe/quuid.h>
@@ -9,3 +8,3 @@
//"b981b4e9-6d5d-4ee0-a193-f8d0e443809b"
-#define IID_HOLIDAY_PLUGIN QUuid(0xb981b4e9, 0x6d5d, 0x4ee0 0xa1, 0x93,0xf8, 0xd0, 0xe4, 0x43, 0x80, 0x9b)
+#define IID_HOLIDAY_PLUGIN QUuid( 0xb981b4e9, 0x6d5d, 0x4ee0, 0xa1, 0x93,0xf8, 0xd0, 0xe4, 0x43, 0x80, 0x9b)
#endif
@@ -26,3 +25,3 @@ public:
-template<class T>HolidayPluginWrapper:public HolidayPluginIf
+template<class T> class HolidayPluginWrapper:public HolidayPluginIf
{
@@ -35,3 +34,3 @@ public:
*iface = 0;
- if (uuid==IID_HOLIDAY_PLUGIN||uuid==IID_QUnknown) {
+ if (uuid == IID_HOLIDAY_PLUGIN || uuid == IID_QUnknown) {
*iface = this;