diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:06:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:06:16 -0600 |
commit | 7717bcec2ad7d94e3f38a2e831bafa60a525f7d2 (patch) | |
tree | 77ffa8fe14318bb3a285cae65dbe622bcbbcb3f9 /src/gui/lineedit.h | |
parent | b5cff83092d97189b5a55e1a996995207bc3016c (diff) | |
download | tellico-7717bcec2ad7d94e3f38a2e831bafa60a525f7d2.tar.gz tellico-7717bcec2ad7d94e3f38a2e831bafa60a525f7d2.zip |
Rename a number of classes to enhance compatibility with KDE4
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; |