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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/bibletime/frontend/keychooser/clexiconkeychooser.h b/bibletime/frontend/keychooser/clexiconkeychooser.h
index d28adc9..1d5780e 100644
--- a/bibletime/frontend/keychooser/clexiconkeychooser.h
+++ b/bibletime/frontend/keychooser/clexiconkeychooser.h
@@ -31,20 +31,23 @@ class TQHBoxLayout;
*/
class CLexiconKeyChooser : public CKeyChooser {
Q_OBJECT
+ TQ_OBJECT
public:
/**
* The constructor
*
* you should not need to use this, use @ref CKeyChooser::createInstance instead
*/
- CLexiconKeyChooser(ListCSwordModuleInfo modules, CSwordKey *key=0, TQWidget *parent=0, const char *name=0);
+ CLexiconKeyChooser(ListCSwordModuleInfo modules, CSwordKey *key=0, TQWidget *tqparent=0, const char *name=0);
public slots:
/**
* see @ref CKeyChooser::getKey
* @return Return the key object we use.
*/
+#ifndef Q_MOC_RUN
virtual CSwordKey* const key();
+#endif // Q_MOC_RUN
/**
* see @ref CKeyChooser::setKey
*/