diff options
Diffstat (limited to 'quanta/treeviews/newtemplatedirdlg.h')
-rw-r--r-- | quanta/treeviews/newtemplatedirdlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/treeviews/newtemplatedirdlg.h b/quanta/treeviews/newtemplatedirdlg.h index daa6864a..730246e7 100644 --- a/quanta/treeviews/newtemplatedirdlg.h +++ b/quanta/treeviews/newtemplatedirdlg.h @@ -16,7 +16,7 @@ #ifndef NEWTEMPLATEDIRDLG_H #define NEWTEMPLATEDIRDLG_H -#include <qwidget.h> +#include <tqwidget.h> #include <templatedirform.h> /** @@ -26,7 +26,7 @@ class NewTemplateDirDlg : public TemplateDirForm { Q_OBJECT public: - NewTemplateDirDlg(QWidget *parent=0, const char *name=0); + NewTemplateDirDlg(TQWidget *parent=0, const char *name=0); ~NewTemplateDirDlg(); }; |