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.2.