From 0911b4d0ca95e61f5f0fff6b48f08974f3cbe809 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Sep 2018 01:20:41 +0900 Subject: Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define. Signed-off-by: Michele Calgaro --- twin/group.cpp | 2 -- twin/killwindow.cpp | 3 --- twin/main.cpp | 1 - twin/popupinfo.cpp | 1 - twin/tabbox.cpp | 1 - twin/workspace.cpp | 2 -- 6 files changed, 10 deletions(-) (limited to 'twin') diff --git a/twin/group.cpp b/twin/group.cpp index 62d235d92..8e85c3c00 100644 --- a/twin/group.cpp +++ b/twin/group.cpp @@ -15,8 +15,6 @@ License. See the file "COPYING" for the exact licensing terms. */ -//#define QT_CLEAN_NAMESPACE - #include "group.h" #include "workspace.h" diff --git a/twin/killwindow.cpp b/twin/killwindow.cpp index 7562f2886..c67ab50a0 100644 --- a/twin/killwindow.cpp +++ b/twin/killwindow.cpp @@ -9,9 +9,6 @@ You can Freely distribute this program under the GNU General Public License. See the file "COPYING" for the exact licensing terms. ******************************************************************/ -//#ifndef QT_CLEAN_NAMESPACE -//#define QT_CLEAN_NAMESPACE -//#endif #include "killwindow.h" #include #include diff --git a/twin/main.cpp b/twin/main.cpp index 1919fd8e0..4fd81d245 100644 --- a/twin/main.cpp +++ b/twin/main.cpp @@ -9,7 +9,6 @@ You can Freely distribute this program under the GNU General Public License. See the file "COPYING" for the exact licensing terms. ******************************************************************/ -//#define QT_CLEAN_NAMESPACE #include #include "main.h" diff --git a/twin/popupinfo.cpp b/twin/popupinfo.cpp index 638bd9354..740de7cb6 100644 --- a/twin/popupinfo.cpp +++ b/twin/popupinfo.cpp @@ -10,7 +10,6 @@ You can Freely distribute this program under the GNU General Public License. See the file "COPYING" for the exact licensing terms. ******************************************************************/ -//#define QT_CLEAN_NAMESPACE #include "popupinfo.h" #include "workspace.h" #include "client.h" diff --git a/twin/tabbox.cpp b/twin/tabbox.cpp index 505af7abc..d88146f22 100644 --- a/twin/tabbox.cpp +++ b/twin/tabbox.cpp @@ -9,7 +9,6 @@ You can Freely distribute this program under the GNU General Public License. See the file "COPYING" for the exact licensing terms. ******************************************************************/ -//#define QT_CLEAN_NAMESPACE #include "tabbox.h" #include "workspace.h" #include "client.h" diff --git a/twin/workspace.cpp b/twin/workspace.cpp index 0e78f0740..8cddbb72e 100644 --- a/twin/workspace.cpp +++ b/twin/workspace.cpp @@ -9,8 +9,6 @@ You can Freely distribute this program under the GNU General Public License. See the file "COPYING" for the exact licensing terms. ******************************************************************/ -//#define QT_CLEAN_NAMESPACE - #include "workspace.h" #include -- cgit v1.2.3