diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-27 21:28:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-27 21:28:15 +0900 |
commit | 014f6d2586905e03681aa6fb9a85c2c8190e53f4 (patch) | |
tree | c5adcc760a4faedd8a7c690963b2c61af1a68325 /klipper | |
parent | 2317bee2466f4613df68e7d6b7d7eee46befd359 (diff) | |
download | tdebase-014f6d2586905e03681aa6fb9a85c2c8190e53f4.tar.gz tdebase-014f6d2586905e03681aa6fb9a85c2c8190e53f4.zip |
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'klipper')
-rw-r--r-- | klipper/toplevel.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/klipper/toplevel.cpp b/klipper/toplevel.cpp index 252cf4ac2..1a713fe25 100644 --- a/klipper/toplevel.cpp +++ b/klipper/toplevel.cpp @@ -118,9 +118,6 @@ private: }; extern bool tqt_qclipboard_bailout_hack; -#if KDE_IS_VERSION( 15, 0, 0 ) -#error Check status of #80072 with Qt4. -#endif static void ensureGlobalSyncOff(TDEConfig* config); |