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
00050 QString m_activeEditor;
00051 QStringList m_activeEditors;
00052 };
00053
00054 }
00055
00056 #endif
This file is part of the documentation for libkdepim Library Version 3.2.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat Mar 6 17:18:06 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003