summaryrefslogtreecommitdiff
path: root/libopie2
authoralwin <alwin>2005-03-16 13:13:24 (UTC)
committer alwin <alwin>2005-03-16 13:13:24 (UTC)
commit4fef85eb55dbef5f8546caee084e4f0ce51081d3 (patch) (side-by-side diff)
tree662b1d314ba4b8695d92d277ba5f4a96891e7b34 /libopie2
parentf366c924a105ad41e974af959b23b0d30c603234 (diff)
downloadopie-4fef85eb55dbef5f8546caee084e4f0ce51081d3.zip
opie-4fef85eb55dbef5f8546caee084e4f0ce51081d3.tar.gz
opie-4fef85eb55dbef5f8546caee084e4f0ce51081d3.tar.bz2
ok, removed last errors (i hope)
Diffstat (limited to 'libopie2') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/ui/oholidaypluginif.h3
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 @@
#define _O_HOLIDAY_PLUGIN_IF_H
#include <opie2/odebug.h>
#include <qpe/qcom.h>
-#include <qpe/quuid.h>
#ifndef QT_NO_COMPONENT
//"b981b4e9-6d5d-4ee0-a193-f8d0e443809b"
@@ -37,7 +36,7 @@ public:
} else {
return QS_FALSE;
}
- if (*iface) *iface->addRef();
+ if (*iface) (*iface)->addRef();
return QS_OK;
}