summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiepim/core/opimglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie2/opiepim/core/opimglobal.h b/libopie2/opiepim/core/opimglobal.h
index efd455c..3925c89 100644
--- a/libopie2/opiepim/core/opimglobal.h
+++ b/libopie2/opiepim/core/opimglobal.h
@@ -29,36 +29,36 @@
#ifndef __OPIMGLOBAL_H_
#define __OPIMGLOBAL_H_
namespace Opie{
namespace Pim{
/**
* Contains global types and enums for the PIM-API
*/
class OPimGlobal{
public:
enum PimType {
TODOLIST,
CONTACTLIST,
DATEBOOK,
_END_PimType
};
enum DatabaseStyle {
DEFAULT, // Use default Database
UNKNOWN, // Unknown database style
XML,
SQL,
- VCARD, // Also used for VCARD !
+ VCARD, // Also used for VCAL !
_END_DatabaseStyle
};
};
}
}
#endif