summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/searchdialog/csearchdialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:55:34 -0600
commit3b005fadaa25c84a914d6889714a6f476afb8187 (patch)
tree2c179209b0d86b06b650d81443dfdd2a4bfaab31 /bibletime/frontend/searchdialog/csearchdialog.cpp
parentb3e956791016cf9eb1bf6a2138066bdd4d4cab8a (diff)
downloadbibletime-3b005fadaa25c84a914d6889714a6f476afb8187.tar.gz
bibletime-3b005fadaa25c84a914d6889714a6f476afb8187.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit b3e956791016cf9eb1bf6a2138066bdd4d4cab8a.
Diffstat (limited to 'bibletime/frontend/searchdialog/csearchdialog.cpp')
-rw-r--r--bibletime/frontend/searchdialog/csearchdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/bibletime/frontend/searchdialog/csearchdialog.cpp b/bibletime/frontend/searchdialog/csearchdialog.cpp
index 8f97dae..d4a35ad 100644
--- a/bibletime/frontend/searchdialog/csearchdialog.cpp
+++ b/bibletime/frontend/searchdialog/csearchdialog.cpp
@@ -28,10 +28,10 @@
#include <tqvbox.h>
#include <tqptrlist.h>
#include <tqpainter.h>
-#include <layout.h>
+#include <tqlayout.h>
#include <tqmap.h>
#include <tqlineedit.h>
-#include <textedit.h>
+#include <tqtextedit.h>
#include <tqlabel.h>
#include <tqsizepolicy.h>
#include <tqpushbutton.h>
@@ -172,7 +172,7 @@ const ListCSwordModuleInfo CSearchDialog::modules() {
/** Sets the list of modules for the search. */
void CSearchDialog::setModules( const ListCSwordModuleInfo modules ) {
m_searchOptionsPage->setModules(modules);
- resize( sizeHint() );
+ resize( tqsizeHint() );
}
/** Returns the search text which is set currently. */