kmglobalns.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef kmglobalns_h
00011 #define kmglobalns_h
00012
00013 #include <kglobalsettings.h>
00014
00016
00017
00018 class KMGlobalNS
00019 {
00020 public :
00021 struct cMode
00022 {
00023 KGlobalSettings::Completion mode;
00024 const char* displayName;
00025 };
00026
00027 static const cMode *completionModes;
00028 static const int numCompletionModes;
00029 };
00030
00031 #endif
This file is part of the documentation for kmail Library Version 3.3.2.