summaryrefslogtreecommitdiffstats
path: root/src/newstuff/dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newstuff/dialog.cpp')
-rw-r--r--src/newstuff/dialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newstuff/dialog.cpp b/src/newstuff/dialog.cpp
index 6cacc72..8e6f229 100644
--- a/src/newstuff/dialog.cpp
+++ b/src/newstuff/dialog.cpp
@@ -90,8 +90,8 @@ private:
InstalltqStatus m_status;
};
-Dialog::Dialog(NewStuff::DataType type_, TQWidget* tqparent_)
- : KDialogBase(KDialogBase::Plain, i18n("Get Hot New Stuff"), 0, (KDialogBase::ButtonCode)0, tqparent_)
+Dialog::Dialog(NewStuff::DataType type_, TQWidget* parent_)
+ : KDialogBase(KDialogBase::Plain, i18n("Get Hot New Stuff"), 0, (KDialogBase::ButtonCode)0, parent_)
, m_manager(new Manager(TQT_TQOBJECT(this)))
, m_type(type_)
, m_timer(new TQTimer(this))