summaryrefslogtreecommitdiffstats
path: root/kplato/kptresourcedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptresourcedialog.h')
-rw-r--r--kplato/kptresourcedialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kplato/kptresourcedialog.h b/kplato/kptresourcedialog.h
index ef4b8d12b..673b27e80 100644
--- a/kplato/kptresourcedialog.h
+++ b/kplato/kptresourcedialog.h
@@ -45,7 +45,7 @@ class ResourceDialogImpl : public ResourceDialogBase {
Q_OBJECT
TQ_OBJECT
public:
- ResourceDialogImpl (TQWidget *tqparent);
+ ResourceDialogImpl (TQWidget *parent);
public slots:
void slotChanged();
@@ -65,7 +65,7 @@ class ResourceDialog : public KDialogBase {
Q_OBJECT
TQ_OBJECT
public:
- ResourceDialog(Project &project, Resource *resource, TQWidget *tqparent=0, const char *name=0);
+ ResourceDialog(Project &project, Resource *resource, TQWidget *parent=0, const char *name=0);
bool calculationNeeded() { return m_calculationNeeded; }