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-16 13:13:31 +0900
commit71d014f5e8c8816163fdfdf63fb20e73cd1870e4 (patch)
tree2cfe2e687cf6539b42ed6e891c77c160be0765ed /src/statusbarspaceinfo.cpp
parentd6981f869e99683c60a6c98cc6ae43a1acc99bce (diff)
downloaddolphin-71d014f5e8c8816163fdfdf63fb20e73cd1870e4.tar.gz
dolphin-71d014f5e8c8816163fdfdf63fb20e73cd1870e4.zip
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <[email protected]>
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&,