diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:20:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-25 01:20:41 +0900 |
commit | 0911b4d0ca95e61f5f0fff6b48f08974f3cbe809 (patch) | |
tree | 4d346356e423da272ace40db085a1485d8646294 /twin | |
parent | 661ed658b788d6b4bee973d0fceeb7cd86be3162 (diff) | |
download | tdebase-0911b4d0ca95e61f5f0fff6b48f08974f3cbe809.tar.gz tdebase-0911b4d0ca95e61f5f0fff6b48f08974f3cbe809.zip |
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin')
-rw-r--r-- | twin/group.cpp | 2 | ||||
-rw-r--r-- | twin/killwindow.cpp | 3 | ||||
-rw-r--r-- | twin/main.cpp | 1 | ||||
-rw-r--r-- | twin/popupinfo.cpp | 1 | ||||
-rw-r--r-- | twin/tabbox.cpp | 1 | ||||
-rw-r--r-- | twin/workspace.cpp | 2 |
6 files changed, 0 insertions, 10 deletions
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 <tqcursor.h> #include <X11/Xlib.h> 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 <tdeconfig.h> #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 <tdeapplication.h> |