21#ifndef KOMPOSER_PREFSMODULE_H
22#define KOMPOSER_PREFSMODULE_H
24#include <kprefsdialog.h>
35 class PrefsModule : public KPrefsModule
40 PrefsModule( TQWidget *parent=0, const char *name=0 );
41 virtual const TDEAboutData *aboutData() const;
44 class EditorSelection : public KPrefsWid
50 EditorSelection( const TQString &text, TQString &reference, TQWidget *parent );
56 TQGroupBox *groupBox() const;
59 void slotActivated( const TQString & );
62 void setItem( const TQString & );
64 TQString &m_reference;
67 KComboBox *m_editorsCombo;
68 TQMap<TQString, KService::Ptr> m_services;
virtual void writeConfig()=0 This function is called to write the current setting of the widget to the stored configuration.
virtual void readConfig()=0 This function is called to read value of the setting from the stored configuration and display it in ...
|