diff options
Diffstat (limited to 'buildtools/autotools/addsubprojectdlg.h')
-rw-r--r-- | buildtools/autotools/addsubprojectdlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/autotools/addsubprojectdlg.h b/buildtools/autotools/addsubprojectdlg.h index eabfc0e1..c1d3b7bf 100644 --- a/buildtools/autotools/addsubprojectdlg.h +++ b/buildtools/autotools/addsubprojectdlg.h @@ -12,7 +12,7 @@ #ifndef _ADDSUBPROJECTDLG_H_ #define _ADDSUBPROJECTDLG_H_ -#include <qdialog.h> +#include <tqdialog.h> #include <klineedit.h> #include "addsubprojectdlgbase.h" @@ -28,7 +28,7 @@ class AddSubprojectDialog : public AddSubprojectDlgBase public: AddSubprojectDialog( AutoProjectPart *part, AutoSubprojectView *widget, - SubprojectItem *item, QWidget *parent = 0, const char *name = 0 ); + SubprojectItem *item, TQWidget *parent = 0, const char *name = 0 ); ~AddSubprojectDialog(); private: |