summaryrefslogtreecommitdiff
authoreilers <eilers>2004-06-27 17:07:44 (UTC)
committer eilers <eilers>2004-06-27 17:07:44 (UTC)
commitb394de64efa36eb463148da1409c87e8537c0dd9 (patch) (side-by-side diff)
treeba80e95767b06bb01f601887a03d06f1768af80b
parentd3276bd5098fa4418efae6e3f87521f56653872f (diff)
downloadopie-b394de64efa36eb463148da1409c87e8537c0dd9.zip
opie-b394de64efa36eb463148da1409c87e8537c0dd9.tar.gz
opie-b394de64efa36eb463148da1409c87e8537c0dd9.tar.bz2
Fixing typo.. Not interesting!
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
@@ -5,60 +5,60 @@
.=l.
.>+-=
_;:, .> :=|. This program is free software; you can
.> <`_, > . <= redistribute it and/or modify it under
:`=1 )Y*s>-.-- : the terms of the GNU Library General Public
.="- .-=="i, .._ License as published by the Free Software
- . .-<_> .<> Foundation; either version 2 of the License,
._= =} : or (at your option) any later version.
.%`+i> _;_.
.i_,=:_. -<s. This program is distributed in the hope that
+ . -:. = it will be useful, but WITHOUT ANY WARRANTY;
: .. .:, . . . without even the implied warranty of
=_ + =;=|` MERCHANTABILITY or FITNESS FOR A
_.=:. : :=>`: PARTICULAR PURPOSE. See the GNU
..}^=.= = ; Library General Public License for more
++= -. .` .: details.
: = ...= . :.=-
-. .:....=;==+<; You should have received a copy of the GNU
-_. . . )=. = Library General Public License along with
-- :-=` this library; see the file COPYING.LIB.
If not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
#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