summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/searchdialog/csearchdialog.cpp
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/searchdialog/csearchdialog.cpp
parentf8992044f260b555497fbb4ec937e67928b1225b (diff)
downloadbibletime-87507fef.tar.gz
bibletime-87507fef.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/searchdialog/csearchdialog.cpp')
-rw-r--r--bibletime/frontend/searchdialog/csearchdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime/frontend/searchdialog/csearchdialog.cpp b/bibletime/frontend/searchdialog/csearchdialog.cpp
index c955631..cbf69f6 100644
--- a/bibletime/frontend/searchdialog/csearchdialog.cpp
+++ b/bibletime/frontend/searchdialog/csearchdialog.cpp
@@ -49,9 +49,9 @@ namespace Search {
static CSearchDialog* m_staticDialog = 0;
-void CSearchDialog::openDialog(const ListCSwordModuleInfo modules, const TQString& searchText, TQWidget* tqparentDialog) {
+void CSearchDialog::openDialog(const ListCSwordModuleInfo modules, const TQString& searchText, TQWidget* parentDialog) {
if (!m_staticDialog) {
- m_staticDialog = new CSearchDialog(tqparentDialog);
+ m_staticDialog = new CSearchDialog(parentDialog);
};
m_staticDialog->reset();