libkdepim Library API Documentation

prefs.h

00001 
00021 #ifndef KOMPOSER_PREFS_H
00022 #define KOMPOSER_PREFS_H
00023 
00024 #include <kprefs.h>
00025 
00026 namespace Komposer
00027 {
00028 
00029   class Prefs : public KPrefs
00030   {
00031   public:
00032     ~Prefs();
00033 
00038     static Prefs *self();
00039   private:
00044     Prefs();
00045 
00046     static Prefs *s_instance;
00047 
00048   public:
00049     // preferences data
00050     QString m_activeEditor;
00051     QStringList m_activeEditors;
00052   };
00053 
00054 }
00055 
00056 #endif
KDE Logo
This file is part of the documentation for libkdepim Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 1 11:36:31 2004 by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2003