32 #ifndef _KMAIL_DICTIONARYCOMBOBOX_H_
33 #define _KMAIL_DICTIONARYCOMBOBOX_H_
35 #include <tqcombobox.h>
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;
84 #endif // _KMAIL_DICTIONARYCOMBOBOX_H_
|