summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/searchdialog/csearchdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/searchdialog/csearchdialog.h')
-rw-r--r--bibletime/frontend/searchdialog/csearchdialog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/bibletime/frontend/searchdialog/csearchdialog.h b/bibletime/frontend/searchdialog/csearchdialog.h
index 455b98b..92526d9 100644
--- a/bibletime/frontend/searchdialog/csearchdialog.h
+++ b/bibletime/frontend/searchdialog/csearchdialog.h
@@ -24,7 +24,7 @@
//Sword includes
-//Qt includes
+//TQt includes
#include <tqwidget.h>
#include <tqstring.h>
#include <tqcanvas.h>
@@ -46,9 +46,10 @@ namespace Search {
*/
class CSearchDialog : public KDialogBase {
Q_OBJECT
+ TQ_OBJECT
public:
- static void openDialog(const ListCSwordModuleInfo modules, const TQString& searchText = TQString::null, TQWidget* parentDialog = 0);
+ static void openDialog(const ListCSwordModuleInfo modules, const TQString& searchText = TQString(), TQWidget* tqparentDialog = 0);
protected:
friend class Analysis::CSearchAnalysis;
@@ -64,7 +65,7 @@ protected:
* The cinstructor of the dialog. It's protected because you should use the static public function openDialog.
* The dialog destroys itself if it was closed.
*/
- CSearchDialog(TQWidget *parent);
+ CSearchDialog(TQWidget *tqparent);
~CSearchDialog();
/**