summaryrefslogtreecommitdiffstats
path: root/src/modules/dialog/libkvidialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-12-08 13:26:11 +0900
committerMichele Calgaro <[email protected]>2023-12-09 15:45:21 +0900
commit35d1f217751ee0b9b0e04648f288739ef56f0e67 (patch)
tree805f33481b8fa33784668f671bf4a15fe02a82dc /src/modules/dialog/libkvidialog.cpp
parent039fcfa844aec2a1ce7a2ce97671504e00ec4c5a (diff)
downloadkvirc-35d1f217751ee0b9b0e04648f288739ef56f0e67.tar.gz
kvirc-35d1f217751ee0b9b0e04648f288739ef56f0e67.zip
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit eab2995851748c44d333fe168a1c141ccee193ab)
Diffstat (limited to 'src/modules/dialog/libkvidialog.cpp')
-rw-r--r--src/modules/dialog/libkvidialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/dialog/libkvidialog.cpp b/src/modules/dialog/libkvidialog.cpp
index d6ef068c..fdc61a0c 100644
--- a/src/modules/dialog/libkvidialog.cpp
+++ b/src/modules/dialog/libkvidialog.cpp
@@ -526,7 +526,7 @@ void KviKvsCallbackFileDialog::done(int code)
// ...so skip out of this call stack and ask KviApp to destroy us just
// when the control returns to the main loop.
// If the module is unloaded then , KviApp will notice it and will NOT delete the dialog
- g_pApp->collectGarbage(TQT_TQOBJECT(this));
+ g_pApp->collectGarbage(this);
// calling dialog.unload here WILL lead to a sigsegv (this is SURE
// with a lot of qt versions that have the ugly file dialog "accept before this reference" bug)
@@ -657,7 +657,7 @@ void KviKvsCallbackImageDialog::done(int code)
// ...so skip out of this call stack and ask KviApp to destroy us just
// when the control returns to the main loop.
// If the module is unloaded then , KviApp will notice it and will NOT delete the dialog
- g_pApp->collectGarbage(TQT_TQOBJECT(this));
+ g_pApp->collectGarbage(this);
// calling dialog.unload here WILL lead to a sigsegv (this is SURE
// with a lot of qt versions that have the ugly file dialog "accept before this reference" bug)