summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/addtranslationdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/autotools/addtranslationdlg.h')
-rw-r--r--buildtools/autotools/addtranslationdlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildtools/autotools/addtranslationdlg.h b/buildtools/autotools/addtranslationdlg.h
index cd14ddf2..7ad5cbdb 100644
--- a/buildtools/autotools/addtranslationdlg.h
+++ b/buildtools/autotools/addtranslationdlg.h
@@ -12,7 +12,7 @@
#ifndef _ADDTRANSLATIONDLG_H_
#define _ADDTRANSLATIONDLG_H_
-#include <qdialog.h>
+#include <tqdialog.h>
class QComboBox;
class AutoProjectPart;
@@ -23,13 +23,13 @@ class AddTranslationDialog : public QDialog
Q_OBJECT
public:
- AddTranslationDialog( AutoProjectPart *part, QWidget *parent = 0, const char *name = 0 );
+ AddTranslationDialog( AutoProjectPart *part, TQWidget *parent = 0, const char *name = 0 );
~AddTranslationDialog();
private:
virtual void accept();
- QComboBox *lang_combo;
+ TQComboBox *lang_combo;
AutoProjectPart *m_part;
};