diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 20:57:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 20:57:27 +0900 |
commit | 230ed5e400ea4276d927570a7781cfcb5c7a534a (patch) | |
tree | 56bb72cae9206a3a6734a380f48b85051d054614 /src/kernel/qtkdeintegration_x11.cpp | |
parent | 2df70f03d493f5226821dd2e1da3759e3abceb02 (diff) | |
download | qt3-230ed5e400ea4276d927570a7781cfcb5c7a534a.tar.gz qt3-230ed5e400ea4276d927570a7781cfcb5c7a534a.zip |
Always build with a clean namespace
QT_CLEAN_NAMESPACE constant is no more needed
This may theoretically affect applications created for Qt1 and Qt2,
but such applications require further modifications as well.
---------------------------
Cherry picked and adapted from commit ff63338d in tqt3 from Slávek Banko <slavek.banko@axis.cz>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qtkdeintegration_x11.cpp')
-rw-r--r-- | src/kernel/qtkdeintegration_x11.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/kernel/qtkdeintegration_x11.cpp b/src/kernel/qtkdeintegration_x11.cpp index a562a76..5fcd00f 100644 --- a/src/kernel/qtkdeintegration_x11.cpp +++ b/src/kernel/qtkdeintegration_x11.cpp @@ -1,7 +1,6 @@ /* This file is licensed under the terms of the GPL v2 or v3, as it has been publicly released by OpenSUSE as part of their GPLed Qt library disribution */ -#define QT_CLEAN_NAMESPACE #include "qtkdeintegration_x11_p.h" #include <qcolordialog.h> |