32#ifndef _KMAIL_DICTIONARYCOMBOBOX_H_
33#define _KMAIL_DICTIONARYCOMBOBOX_H_
35#include <tqcombobox.h>
48 class DictionaryComboBox : public TQComboBox {
52 DictionaryComboBox( TQWidget * parent=0, const char * name=0 );
53 ~DictionaryComboBox();
55 TQString currentDictionaryName() const;
56 TQString currentDictionary() const;
57 void setCurrentByDictionaryName( const TQString & dictionaryName );
58 void setCurrentByDictionary( const TQString & dictionary );
60 KSpellConfig* spellConfig() const;
71 void slotDictionaryChanged( int );
77 TQStringList mDictionaries;
78 KSpellConfig* mSpellConfig;
79 int mDefaultDictionary;
void dictionaryChanged(const TQString &dictionary) Emitted whenever the current dictionary changes.
|