summaryrefslogtreecommitdiffstats
path: root/src/newstuff/dialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-14 21:19:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-15 11:49:48 +0900
commit727a2e58bc79c09f53766110fb7c31d3f3af1e46 (patch)
treeb25d6d7150349065234e2b6cabe8d2c3cdd27aa4 /src/newstuff/dialog.cpp
parent8ed9929d5bce3d3af5684b487437e307e9f908a2 (diff)
downloadtellico-727a2e58bc79c09f53766110fb7c31d3f3af1e46.tar.gz
tellico-727a2e58bc79c09f53766110fb7c31d3f3af1e46.zip
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3d581777cdf9c0ff8dc7e757a2cd576f69e96b51)
Diffstat (limited to 'src/newstuff/dialog.cpp')
-rw-r--r--src/newstuff/dialog.cpp2
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())