summaryrefslogtreecommitdiffstats
path: root/src/statusbarspaceinfo.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-12-16 13:06:31 +0900
committerMichele Calgaro <[email protected]>2023-12-17 20:10:51 +0900
commita822e3e4661711452c3cb35d5efaae67c56a071a (patch)
treefb54ceee1d1affdd2fa9ace1a2aa3fb903ea118d /src/statusbarspaceinfo.cpp
parent84dce0e3a02eec1b70dd6fa09ac6663edd4087b0 (diff)
downloaddolphin-a822e3e4661711452c3cb35d5efaae67c56a071a.tar.gz
dolphin-a822e3e4661711452c3cb35d5efaae67c56a071a.zip
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 71d014f5e8c8816163fdfdf63fb20e73cd1870e4)
Diffstat (limited to 'src/statusbarspaceinfo.cpp')
-rw-r--r--src/statusbarspaceinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbarspaceinfo.cpp b/src/statusbarspaceinfo.cpp
index e80e975..97283d5 100644
--- a/src/statusbarspaceinfo.cpp
+++ b/src/statusbarspaceinfo.cpp
@@ -149,7 +149,7 @@ void StatusBarSpaceInfo::refresh()
const TQString mountPoint(TDEIO::findPathMountPoint(m_url.path()));
- KDiskFreeSp* job = new KDiskFreeSp(TQT_TQOBJECT(this));
+ KDiskFreeSp* job = new KDiskFreeSp(this);
connect(job, TQT_SIGNAL(foundMountPoint(const unsigned long&,
const unsigned long&,
const unsigned long&,