summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/dictchooser.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/kbabeldict/dictchooser.h')
-rw-r--r--kbabel/kbabeldict/dictchooser.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/kbabel/kbabeldict/dictchooser.h b/kbabel/kbabeldict/dictchooser.h
index 2b757455..c5740d33 100644
--- a/kbabel/kbabeldict/dictchooser.h
+++ b/kbabel/kbabeldict/dictchooser.h
@@ -35,9 +35,9 @@
#ifndef DICTCHOOSER_H
#define DICTCHOOSER_H
-#include <qptrlist.h>
-#include <qstringlist.h>
-#include <qwidget.h>
+#include <tqptrlist.h>
+#include <tqstringlist.h>
+#include <tqwidget.h>
#include <kbabeldictbox.h>
class KListBox;
@@ -52,17 +52,17 @@ class KDE_EXPORT DictChooser : public QWidget
Q_OBJECT
public:
- DictChooser(KBabelDictBox* box, QStringList selected,
- QWidget *parent , const char *name=0);
+ DictChooser(KBabelDictBox* box, TQStringList selected,
+ TQWidget *parent , const char *name=0);
- QStringList selectedDicts();
+ TQStringList selectedDicts();
/** If the user configured some of the modules, this
* restores the original configuration of all these modules
*/
void restoreConfig();
- virtual bool eventFilter(QObject *, QEvent *);
+ virtual bool eventFilter(TQObject *, TQEvent *);
private slots:
void select();
@@ -77,18 +77,18 @@ private slots:
private:
KBabelDictBox* box;
- QPtrList<ModuleInfo> dictList;
+ TQPtrList<ModuleInfo> dictList;
KListBox *selectedBox;
KListBox *unselectedBox;
- QPushButton *selectBtn;
- QPushButton *unselectBtn;
- QPushButton *upBtn;
- QPushButton *downBtn;
- QPushButton *configureBtn;
+ TQPushButton *selectBtn;
+ TQPushButton *unselectBtn;
+ TQPushButton *upBtn;
+ TQPushButton *downBtn;
+ TQPushButton *configureBtn;
- QDict<KTempFile> tempConfig;
+ TQDict<KTempFile> tempConfig;
};
#endif // DICTCHOOSER_H