summaryrefslogtreecommitdiffstats
path: root/tdecore
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:20:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:20:41 +0900
commitf67512dd4ba4b666de3205035cbdf4394a0327cc (patch)
tree711a40d776d4e08e9a8f18b667f4c19046f726df /tdecore
parent492830edfe65943cca2ccf4722b435e2075d6111 (diff)
downloadtdelibs-f67512dd4ba4b666de3205035cbdf4394a0327cc.tar.gz
tdelibs-f67512dd4ba4b666de3205035cbdf4394a0327cc.zip
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore')
-rw-r--r--tdecore/tdestartupinfo.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tdecore/tdestartupinfo.cpp b/tdecore/tdestartupinfo.cpp
index dc0b13b4d..77b979edb 100644
--- a/tdecore/tdestartupinfo.cpp
+++ b/tdecore/tdestartupinfo.cpp
@@ -40,11 +40,6 @@ DEALINGS IN THE SOFTWARE.
#include <config.h>
#endif
-// need to resolve INT32(tqglobal.h)<>INT32(Xlibint.h) conflict
-#ifndef QT_CLEAN_NAMESPACE
-#define QT_CLEAN_NAMESPACE
-#endif
-
#include "tdestartupinfo.h"
#include <unistd.h>