summaryrefslogtreecommitdiffabout
path: root/libkdepim/kpimprefs.h
Unidiff
Diffstat (limited to 'libkdepim/kpimprefs.h') (more/less context) (show whitespace changes)
-rw-r--r--libkdepim/kpimprefs.h19
1 files changed, 8 insertions, 11 deletions
diff --git a/libkdepim/kpimprefs.h b/libkdepim/kpimprefs.h
index 5186315..9bd9466 100644
--- a/libkdepim/kpimprefs.h
+++ b/libkdepim/kpimprefs.h
@@ -22,2 +22,10 @@
22*/ 22*/
23
24/*
25Enhanced Version of the file for platform independent KDE tools.
26Copyright (c) 2004 Ulf Schenk
27
28$Id$
29*/
30
23#ifndef KPIMPREFS_H 31#ifndef KPIMPREFS_H
@@ -46,9 +54,2 @@ class KPimPrefs : public KPrefs
46 54
47 enum EMailClients {
48 OMPI = 0,
49 QTOPIA = 1,
50 OPIE = 2,
51 OTHER = 3
52 };
53
54 55
@@ -57,6 +58,2 @@ class KPimPrefs : public KPrefs
57 58
58 int mEmailClient;
59 QString mEmailChannel;
60
61
62 59