summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/displaywindow/cplainwritewindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/displaywindow/cplainwritewindow.h')
-rw-r--r--bibletime/frontend/displaywindow/cplainwritewindow.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/bibletime/frontend/displaywindow/cplainwritewindow.h b/bibletime/frontend/displaywindow/cplainwritewindow.h
index 541287f..f2ca897 100644
--- a/bibletime/frontend/displaywindow/cplainwritewindow.h
+++ b/bibletime/frontend/displaywindow/cplainwritewindow.h
@@ -19,8 +19,8 @@
#include <tqwidget.h>
-class KAction;
-class KToggleAction;
+class TDEAction;
+class TDEToggleAction;
/** The write window class which offers a plain editor for source code editing.
* @author The BibleTime team
@@ -63,16 +63,16 @@ protected: // Protected methods
*/
virtual void initActions();
/**
- * Insert the keyboard accelerators of this window into the given KAccel object.
+ * Insert the keyboard accelerators of this window into the given TDEAccel object.
*/
- static void insertKeyboardActions( KActionCollection* const a );
+ static void insertKeyboardActions( TDEActionCollection* const a );
private:
struct {
- KAction* saveText;
- KAction* deleteEntry;
- KAction* restoreText;
- KToggleAction* syncWindow;
+ TDEAction* saveText;
+ TDEAction* deleteEntry;
+ TDEAction* restoreText;
+ TDEToggleAction* syncWindow;
}
m_actions;