diff options
author | Michele Calgaro <[email protected]> | 2023-12-17 20:19:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-17 20:20:10 +0900 |
commit | 4f4be01d83ab81557554d7c97c334afcfd072a07 (patch) | |
tree | 33b4df80f0a23999670a9d1acd4dad519906f3a4 | |
parent | e3173ff2f56ec9091be0c89728068d041016d830 (diff) | |
download | tdeio-umountwrapper-4f4be01d83ab81557554d7c97c334afcfd072a07.tar.gz tdeio-umountwrapper-4f4be01d83ab81557554d7c97c334afcfd072a07.zip |
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | src/tdeio_umountwrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdeio_umountwrapper.cpp b/src/tdeio_umountwrapper.cpp index 36be7ff..98c4d61 100644 --- a/src/tdeio_umountwrapper.cpp +++ b/src/tdeio_umountwrapper.cpp @@ -47,7 +47,7 @@ tdeio_umountwrapper::tdeio_umountwrapper(const TQString& url) connect(t, TQT_SIGNAL(timeout()), TQT_SLOT(progressAdvance())); t->start(10, FALSE); - TDEProcess *p = new TDEProcess(TQT_TQOBJECT(this)); + TDEProcess *p = new TDEProcess(this); *p << "tdeio_media_mounthelper"; *p << "-s"; *p << url; |