diff options
Diffstat (limited to 'src/newstuff/dialog.cpp')
-rw-r--r-- | src/newstuff/dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newstuff/dialog.cpp b/src/newstuff/dialog.cpp index 58bfb64..a9b17fc 100644 --- a/src/newstuff/dialog.cpp +++ b/src/newstuff/dialog.cpp @@ -97,7 +97,7 @@ private: 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_manager(new Manager(this)) , m_type(type_) , m_timer(new TQTimer(this)) , m_cursorSaver(new GUI::CursorSaver()) |