summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/cprofilewindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/cprofilewindow.h')
-rw-r--r--bibletime/frontend/cprofilewindow.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/bibletime/frontend/cprofilewindow.h b/bibletime/frontend/cprofilewindow.h
index ddc5059..a393277 100644
--- a/bibletime/frontend/cprofilewindow.h
+++ b/bibletime/frontend/cprofilewindow.h
@@ -16,10 +16,10 @@
#include "backend/cswordbackend.h"
//Qt includes
-#include <qstring.h>
-#include <qrect.h>
-#include <qstringlist.h>
-#include <qptrlist.h>
+#include <tqstring.h>
+#include <tqrect.h>
+#include <tqstringlist.h>
+#include <tqptrlist.h>
namespace Profile {
@@ -38,7 +38,7 @@ public:
/**
* Sets the modules.
*/
- void setModules( const QStringList& modules );
+ void setModules( const TQStringList& modules );
/**
* Returns the type of the managed window (bible window, commentary window or lexicon window).
*/
@@ -50,23 +50,23 @@ public:
/**
* Sets the size of the window.
*/
- void setGeometry( const QRect& s );
+ void setGeometry( const TQRect& s );
/**
* Returns the size of the window including the x,y coordinates.
*/
- const QRect& geometry() const;
+ const TQRect& geometry() const;
/**
* Returns a list of module names which are chosen in the managed window profile.
*/
- const QStringList& modules() const;
+ const TQStringList& modules() const;
/**
* Set the key used in the modules.
*/
- void setKey( const QString& );
+ void setKey( const TQString& );
/**
* Returns the current key set in the modules.
*/
- const QString& key() const;
+ const TQString& key() const;
/**
* Sets the current position of the scrollbars.
*/
@@ -110,9 +110,9 @@ public:
private:
CSwordModuleInfo::ModuleType m_type;
- QRect m_windowGeometry;
- QStringList m_moduleList;
- QString m_key;
+ TQRect m_windowGeometry;
+ TQStringList m_moduleList;
+ TQString m_key;
ScrollbarPos m_scrollbarPos;
bool m_maximized;
bool m_hasFocus;