diff options
Diffstat (limited to 'kplato/kptresourcesdialog.h')
-rw-r--r-- | kplato/kptresourcesdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kplato/kptresourcesdialog.h b/kplato/kptresourcesdialog.h index 65c4acd9..2f7c43d7 100644 --- a/kplato/kptresourcesdialog.h +++ b/kplato/kptresourcesdialog.h @@ -34,8 +34,9 @@ class Part; class ResourcesDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - ResourcesDialog(Project &project, QWidget *parent=0, const char *name=0); + ResourcesDialog(Project &project, TQWidget *tqparent=0, const char *name=0); KCommand *buildCommand(Part *part); |