diff options
Diffstat (limited to 'src/gui/lineedit.h')
-rw-r--r-- | src/gui/lineedit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/lineedit.h b/src/gui/lineedit.h index a39d8a8..d2f9873 100644 --- a/src/gui/lineedit.h +++ b/src/gui/lineedit.h @@ -18,7 +18,7 @@ #include <tqstring.h> -class KAction; +class TDEAction; class KSpell; namespace Tellico { @@ -62,7 +62,7 @@ private slots: private: TQString m_hint; bool m_drawHint; - KAction* m_spellAction; + TDEAction* m_spellAction; bool m_allowSpellCheck; bool m_enableSpellCheck; KSpell* m_spell; |