summaryrefslogtreecommitdiffstats
path: root/src/newstuff/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newstuff/dialog.h')
-rw-r--r--src/newstuff/dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newstuff/dialog.h b/src/newstuff/dialog.h
index b719b72..2afb0f2 100644
--- a/src/newstuff/dialog.h
+++ b/src/newstuff/dialog.h
@@ -46,7 +46,7 @@ Q_OBJECT
TQ_OBJECT
public:
- Dialog(DataType type, TQWidget* tqparent);
+ Dialog(DataType type, TQWidget* parent);
virtual ~Dialog();
TQPtrList<DataSourceInfo> dataSourceInfo() const { return m_manager->dataSourceInfo(); }