summaryrefslogtreecommitdiffstats
path: root/kate/part/katespell.h
diff options
context:
space:
mode:
Diffstat (limited to 'kate/part/katespell.h')
-rw-r--r--kate/part/katespell.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/part/katespell.h b/kate/part/katespell.h
index f5a776c8d..9ce41666c 100644
--- a/kate/part/katespell.h
+++ b/kate/part/katespell.h
@@ -27,7 +27,7 @@
class KateView;
-class KAction;
+class TDEAction;
class KSpell;
class KateSpell : public TQObject
@@ -38,7 +38,7 @@ class KateSpell : public TQObject
KateSpell( KateView* );
~KateSpell();
- void createActions( KActionCollection* );
+ void createActions( TDEActionCollection* );
void updateActions ();
@@ -69,7 +69,7 @@ class KateSpell : public TQObject
private:
KateView *m_view;
- KAction *m_spellcheckSelection;
+ TDEAction *m_spellcheckSelection;
KSpell *m_tdespell;