summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/display/chtmlwritedisplay.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commit87507feff3710d4f3e251b92e63fe876242312fe (patch)
treef440898e8dff158c7a08cbeef2535d8bebd90c70 /bibletime/frontend/display/chtmlwritedisplay.h
parentf8992044f260b555497fbb4ec937e67928b1225b (diff)
downloadbibletime-87507feff3710d4f3e251b92e63fe876242312fe.tar.gz
bibletime-87507feff3710d4f3e251b92e63fe876242312fe.zip
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/bibletime@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'bibletime/frontend/display/chtmlwritedisplay.h')
-rw-r--r--bibletime/frontend/display/chtmlwritedisplay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/frontend/display/chtmlwritedisplay.h b/bibletime/frontend/display/chtmlwritedisplay.h
index d38a7c2..b6c7b99 100644
--- a/bibletime/frontend/display/chtmlwritedisplay.h
+++ b/bibletime/frontend/display/chtmlwritedisplay.h
@@ -52,7 +52,7 @@ public:
protected:
friend class CDisplay;
- CHTMLWriteDisplay(CWriteWindow* tqparentWindow, TQWidget* tqparent);
+ CHTMLWriteDisplay(CWriteWindow* parentWindow, TQWidget* tqparent);
~CHTMLWriteDisplay();
/**
* Reimplementation to show a popup menu if the right mouse butoon was clicked.