summaryrefslogtreecommitdiffstats
path: root/bibletime/frontend/keychooser/clexiconkeychooser.h
diff options
context:
space:
mode:
Diffstat (limited to 'bibletime/frontend/keychooser/clexiconkeychooser.h')
-rw-r--r--bibletime/frontend/keychooser/clexiconkeychooser.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/bibletime/frontend/keychooser/clexiconkeychooser.h b/bibletime/frontend/keychooser/clexiconkeychooser.h
index 10283eb..d28adc9 100644
--- a/bibletime/frontend/keychooser/clexiconkeychooser.h
+++ b/bibletime/frontend/keychooser/clexiconkeychooser.h
@@ -12,14 +12,14 @@
#ifndef CLEXICONKEYCHOOSER_H
#define CLEXICONKEYCHOOSER_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include "ckeychooser.h"
#include "backend/cswordldkey.h"
#include "backend/cswordmoduleinfo.h"
#include "backend/cswordlexiconmoduleinfo.h"
class CKeyChooserWidget;
-class QHBoxLayout;
+class TQHBoxLayout;
/**
* This class implements the KeyChooser for lexicons
@@ -37,7 +37,7 @@ public:
*
* you should not need to use this, use @ref CKeyChooser::createInstance instead
*/
- CLexiconKeyChooser(ListCSwordModuleInfo modules, CSwordKey *key=0, QWidget *parent=0, const char *name=0);
+ CLexiconKeyChooser(ListCSwordModuleInfo modules, CSwordKey *key=0, TQWidget *parent=0, const char *name=0);
public slots:
/**
@@ -67,8 +67,8 @@ public slots:
protected:
CKeyChooserWidget *m_widget;
CSwordLDKey* m_key;
- QPtrList<CSwordLexiconModuleInfo> m_modules;
- QHBoxLayout *m_layout;
+ TQPtrList<CSwordLexiconModuleInfo> m_modules;
+ TQHBoxLayout *m_layout;
virtual void adjustFont();