-rw-r--r-- | libopie2/opiepim/ui/oholidaypluginif.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libopie2/opiepim/ui/oholidaypluginif.h b/libopie2/opiepim/ui/oholidaypluginif.h index 874e5a3..99ed563 100644 --- a/libopie2/opiepim/ui/oholidaypluginif.h +++ b/libopie2/opiepim/ui/oholidaypluginif.h | |||
@@ -2,7 +2,6 @@ | |||
2 | #define _O_HOLIDAY_PLUGIN_IF_H | 2 | #define _O_HOLIDAY_PLUGIN_IF_H |
3 | #include <opie2/odebug.h> | 3 | #include <opie2/odebug.h> |
4 | #include <qpe/qcom.h> | 4 | #include <qpe/qcom.h> |
5 | #include <qpe/quuid.h> | ||
6 | 5 | ||
7 | #ifndef QT_NO_COMPONENT | 6 | #ifndef QT_NO_COMPONENT |
8 | //"b981b4e9-6d5d-4ee0-a193-f8d0e443809b" | 7 | //"b981b4e9-6d5d-4ee0-a193-f8d0e443809b" |
@@ -37,7 +36,7 @@ public: | |||
37 | } else { | 36 | } else { |
38 | return QS_FALSE; | 37 | return QS_FALSE; |
39 | } | 38 | } |
40 | if (*iface) *iface->addRef(); | 39 | if (*iface) (*iface)->addRef(); |
41 | return QS_OK; | 40 | return QS_OK; |
42 | } | 41 | } |
43 | 42 | ||