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 /twin/main.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 'twin/main.cpp')
-rw-r--r-- | twin/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/twin/main.cpp b/twin/main.cpp index 4fd81d245..e3e3c6ea3 100644 --- a/twin/main.cpp +++ b/twin/main.cpp @@ -84,10 +84,6 @@ int x11ErrorHandler(Display *d, XErrorEvent *e) Application::Application( ) : TDEApplication( ), owner( screen_number ) { -#ifdef USE_QT4 - // I'm special... - setQuitOnLastWindowClosed(false); -#endif // USE_QT4 TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); if (!config()->isImmutable() && args->isSet("lock")) { |