diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 50d6a8e70ca7a43d45560ef8333db9bccbbe66f7 (patch) | |
tree | 670b64ec178f4113594db7808cc63a934a4582de /bibletime/frontend/cmdiarea.cpp | |
parent | fbb51be9cf90010543720218379f0cba3e009302 (diff) | |
download | bibletime-50d6a8e70ca7a43d45560ef8333db9bccbbe66f7.tar.gz bibletime-50d6a8e70ca7a43d45560ef8333db9bccbbe66f7.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/bibletime@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'bibletime/frontend/cmdiarea.cpp')
-rw-r--r-- | bibletime/frontend/cmdiarea.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime/frontend/cmdiarea.cpp b/bibletime/frontend/cmdiarea.cpp index 01b4065..8cef49d 100644 --- a/bibletime/frontend/cmdiarea.cpp +++ b/bibletime/frontend/cmdiarea.cpp @@ -30,8 +30,8 @@ #include <tqtimer.h> -CMDIArea::CMDIArea(TQWidget *tqparent, const char *name ) -: TQWorkspace(tqparent, name), +CMDIArea::CMDIArea(TQWidget *parent, const char *name ) +: TQWorkspace(parent, name), m_guiOption(Nothing), m_childEvent(false), m_appCaption(TQString()) { |