summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/keychooser/cbiblekeychooser.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/keychooser/cbiblekeychooser.h')
-rw-r--r--bibletime/frontend/keychooser/cbiblekeychooser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bibletime/frontend/keychooser/cbiblekeychooser.h b/bibletime/frontend/keychooser/cbiblekeychooser.h
index 88e987e..71d92f9 100644
--- a/bibletime/frontend/keychooser/cbiblekeychooser.h
+++ b/bibletime/frontend/keychooser/cbiblekeychooser.h
@@ -12,7 +12,7 @@
#ifndef CBIBLEKEYCHOOSER_H
#define CBIBLEKEYCHOOSER_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include "ckeychooser.h"
#include "backend/cswordbiblemoduleinfo.h"
@@ -38,7 +38,7 @@ public:
* the constructor
* you should not need to use this, use @ref CKeyChooser::createInstance instead
*/
- CBibleKeyChooser(ListCSwordModuleInfo modules, CSwordKey *key=0, QWidget *parent=0, const char *name=0);
+ CBibleKeyChooser(ListCSwordModuleInfo modules, CSwordKey *key=0, TQWidget *parent=0, const char *name=0);
public slots:
/**
@@ -66,7 +66,7 @@ public slots:
private:
CKeyReferenceWidget* w_ref;
- QPtrList<CSwordBibleModuleInfo> m_modules;
+ TQPtrList<CSwordBibleModuleInfo> m_modules;
CSwordVerseKey *m_key;
};