diff options
author | Michele Calgaro <[email protected]> | 2023-08-27 21:28:15 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-08-31 09:54:38 +0900 |
commit | 8e1816900bb891be1f9e1268e2971d2e151e23a9 (patch) | |
tree | b17c08a6298a7bb7c11ce75e06b417ecdfd52723 /ksplashml/wndmain.cpp | |
parent | eb0d989c939662a38265ff9116989080a3082cc5 (diff) | |
download | tdebase-8e1816900bb891be1f9e1268e2971d2e151e23a9.tar.gz tdebase-8e1816900bb891be1f9e1268e2971d2e151e23a9.zip |
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 014f6d2586905e03681aa6fb9a85c2c8190e53f4)
Diffstat (limited to 'ksplashml/wndmain.cpp')
-rw-r--r-- | ksplashml/wndmain.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ksplashml/wndmain.cpp b/ksplashml/wndmain.cpp index 81d765a99..3fd1d786d 100644 --- a/ksplashml/wndmain.cpp +++ b/ksplashml/wndmain.cpp @@ -313,9 +313,6 @@ void KSplash::startupComplete() void KSplash::close() { TQWidget::close(); -#ifdef USE_QT4 - exit(0); -#endif // USE_QT4 } void KSplash::hide() |