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.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/bibletime/frontend/searchdialog/csearchdialog.h b/bibletime/frontend/searchdialog/csearchdialog.h
index c64ff44..455b98b 100644
--- a/bibletime/frontend/searchdialog/csearchdialog.h
+++ b/bibletime/frontend/searchdialog/csearchdialog.h
@@ -25,11 +25,11 @@
//Qt includes
-#include <qwidget.h>
-#include <qstring.h>
-#include <qcanvas.h>
-#include <qdict.h>
-#include <qtooltip.h>
+#include <tqwidget.h>
+#include <tqstring.h>
+#include <tqcanvas.h>
+#include <tqdict.h>
+#include <tqtooltip.h>
//KDE includes
#include <kdialog.h>
@@ -37,8 +37,8 @@
//forward declarations
-class QLineEdit;
-class QTextEdit;
+class TQLineEdit;
+class TQTextEdit;
namespace Search {
/**
@@ -48,7 +48,7 @@ class CSearchDialog : public KDialogBase {
Q_OBJECT
public:
- static void openDialog(const ListCSwordModuleInfo modules, const QString& searchText = QString::null, QWidget* parentDialog = 0);
+ static void openDialog(const ListCSwordModuleInfo modules, const TQString& searchText = TQString::null, TQWidget* parentDialog = 0);
protected:
friend class Analysis::CSearchAnalysis;
@@ -64,7 +64,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(QWidget *parent);
+ CSearchDialog(TQWidget *parent);
~CSearchDialog();
/**
@@ -75,7 +75,7 @@ protected:
* Starts the search with the given module list and given search text.
* Doesn't wait for the start button press, starts immediatly
*/
- void startSearch( const ListCSwordModuleInfo modules, const QString& searchText);
+ void startSearch( const ListCSwordModuleInfo modules, const TQString& searchText);
/**
* Sets the list of modules for the search.
*/
@@ -87,11 +87,11 @@ protected:
/**
* Returns the search text which is used for the search.
*/
- void setSearchText( const QString searchText );
+ void setSearchText( const TQString searchText );
/**
* Returns the search text which is set currently.
*/
- const QString searchText();
+ const TQString searchText();
/**
* Returns the used search scope as a list key
*/