diff options
Diffstat (limited to 'bibletime/frontend/display/cplainwritedisplay.h')
-rw-r--r-- | bibletime/frontend/display/cplainwritedisplay.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime/frontend/display/cplainwritedisplay.h b/bibletime/frontend/display/cplainwritedisplay.h index 897eb85..85cf17b 100644 --- a/bibletime/frontend/display/cplainwritedisplay.h +++ b/bibletime/frontend/display/cplainwritedisplay.h @@ -20,7 +20,7 @@ #include <tqtextedit.h> class CHTMLWriteDisplay; -class KAction; +class TDEAction; /** The write display implementation for plain source code editing. * @author The BibleTime team @@ -60,7 +60,7 @@ public: /** * Creates the necessary action objects and puts them on the toolbar. */ - virtual void setupToolbar(KToolBar * bar, KActionCollection * actionCollection); + virtual void setupToolbar(TDEToolBar * bar, TDEActionCollection * actionCollection); protected: friend class CDisplay; |