author | eilers <eilers> | 2004-06-27 17:07:44 (UTC) |
---|---|---|
committer | eilers <eilers> | 2004-06-27 17:07:44 (UTC) |
commit | b394de64efa36eb463148da1409c87e8537c0dd9 (patch) (side-by-side diff) | |
tree | ba80e95767b06bb01f601887a03d06f1768af80b /libopie2 | |
parent | d3276bd5098fa4418efae6e3f87521f56653872f (diff) | |
download | opie-b394de64efa36eb463148da1409c87e8537c0dd9.zip opie-b394de64efa36eb463148da1409c87e8537c0dd9.tar.gz opie-b394de64efa36eb463148da1409c87e8537c0dd9.tar.bz2 |
Fixing typo.. Not interesting!
-rw-r--r-- | libopie2/opiepim/core/opimglobal.h | 2 |
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 @@ -21,44 +21,44 @@ : = ...= . :.=- -. .:....=;==+<; 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 |