summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/displaywindow/cdisplaywindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/displaywindow/cdisplaywindow.h')
-rw-r--r--bibletime/frontend/displaywindow/cdisplaywindow.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/bibletime/frontend/displaywindow/cdisplaywindow.h b/bibletime/frontend/displaywindow/cdisplaywindow.h
index c166687..3c25acf 100644
--- a/bibletime/frontend/displaywindow/cdisplaywindow.h
+++ b/bibletime/frontend/displaywindow/cdisplaywindow.h
@@ -25,7 +25,7 @@
#include "frontend/cprofilewindow.h"
//Qt includes
-#include <qwidget.h>
+#include <tqwidget.h>
//KDE includes
#include <kmainwindow.h>
@@ -69,7 +69,7 @@ public:
/**
* Returns the right window caption.
*/
- const QString windowCaption();
+ const TQString windowCaption();
/**
* Returns the used modules as a QPtrList
*/
@@ -85,7 +85,7 @@ public:
/**
* Set the window caption.
*/
- virtual void setCaption( const QString& );
+ virtual void setCaption( const TQString& );
/**
* Sets the new filter options of this window.
*/
@@ -180,11 +180,11 @@ public slots:
* Lookup the specified key in the given module. If the module is not chosen withing
* this display window create a new displaywindow with the right module in it.
*/
- virtual void lookup( const QString& module, const QString& key );
+ virtual void lookup( const TQString& module, const TQString& key );
/**
* Lookup the key in the chosen modules.
*/
- virtual void lookup( const QString& key );
+ virtual void lookup( const TQString& key );
/**
* Refresh the settings of this window.
*/
@@ -236,7 +236,7 @@ protected:
* Returns the installed popup menu.
*/
KPopupMenu* const popup();
- virtual void closeEvent(QCloseEvent* e);
+ virtual void closeEvent(TQCloseEvent* e);
protected slots:
virtual void modulesChanged();
@@ -256,7 +256,7 @@ private:
CMDIArea* m_mdi;
//we may only cache the module names bacause after a backend relaod the pointers are invalid!
- QStringList m_modules;
+ TQStringList m_modules;
CSwordBackend::FilterOptions m_filterOptions;
CSwordBackend::DisplayOptions m_displayOptions;