summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/display/chtmlwritedisplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/display/chtmlwritedisplay.cpp')
-rw-r--r--bibletime/frontend/display/chtmlwritedisplay.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime/frontend/display/chtmlwritedisplay.cpp b/bibletime/frontend/display/chtmlwritedisplay.cpp
index 8b3fee7..c474db3 100644
--- a/bibletime/frontend/display/chtmlwritedisplay.cpp
+++ b/bibletime/frontend/display/chtmlwritedisplay.cpp
@@ -27,8 +27,8 @@
#include <kcolorbutton.h>
#include <kpopupmenu.h>
-CHTMLWriteDisplay::CHTMLWriteDisplay(CWriteWindow* tqparentWindow, TQWidget* tqparent)
-: CPlainWriteDisplay(tqparentWindow,tqparent) {
+CHTMLWriteDisplay::CHTMLWriteDisplay(CWriteWindow* parentWindow, TQWidget* tqparent)
+: CPlainWriteDisplay(parentWindow,tqparent) {
m_actions.bold = 0;
m_actions.italic = 0;
m_actions.underline = 0;