Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/7/head
Michele Calgaro 6 years ago
parent 661ed658b7
commit 0911b4d0ca
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -18,10 +18,6 @@
#include <config.h> #include <config.h>
#if !defined(QT_CLEAN_NAMESPACE)
#define QT_CLEAN_NAMESPACE
#endif
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqlayout.h> #include <tqlayout.h>

@ -7,8 +7,6 @@ Copyright (C) 2000 Matthias Ettrich <ettrich@kde.org>
#ifndef CLIENT_H #ifndef CLIENT_H
#define CLIENT_H #define CLIENT_H
// needed to avoid clash with INT8 defined in X11/Xmd.h on solaris
#define QT_CLEAN_NAMESPACE 1
#include <tqobject.h> #include <tqobject.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -7,8 +7,6 @@ Copyright (C) 2000 Matthias Ettrich <ettrich@kde.org>
#ifndef SERVER_H #ifndef SERVER_H
#define SERVER_H #define SERVER_H
// needed to avoid clash with INT8 defined in X11/Xmd.h on solaris
#define QT_CLEAN_NAMESPACE 1
#include <tqobject.h> #include <tqobject.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -1,6 +1,6 @@
####### Fiddle here ####### Fiddle here
AM_CPPFLAGS = -DQT_NO_CAST_ASCII -DQT_CLEAN_NAMESPACE -DQT_NO_COMPAT AM_CPPFLAGS = -DQT_NO_CAST_ASCII -DQT_NO_COMPAT
INCLUDES = $(all_includes) INCLUDES = $(all_includes)

@ -15,8 +15,6 @@ License. See the file "COPYING" for the exact licensing terms.
*/ */
//#define QT_CLEAN_NAMESPACE
#include "group.h" #include "group.h"
#include "workspace.h" #include "workspace.h"

@ -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. License. See the file "COPYING" for the exact licensing terms.
******************************************************************/ ******************************************************************/
//#ifndef QT_CLEAN_NAMESPACE
//#define QT_CLEAN_NAMESPACE
//#endif
#include "killwindow.h" #include "killwindow.h"
#include <tqcursor.h> #include <tqcursor.h>
#include <X11/Xlib.h> #include <X11/Xlib.h>

@ -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. License. See the file "COPYING" for the exact licensing terms.
******************************************************************/ ******************************************************************/
//#define QT_CLEAN_NAMESPACE
#include <tdeconfig.h> #include <tdeconfig.h>
#include "main.h" #include "main.h"

@ -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. License. See the file "COPYING" for the exact licensing terms.
******************************************************************/ ******************************************************************/
//#define QT_CLEAN_NAMESPACE
#include "popupinfo.h" #include "popupinfo.h"
#include "workspace.h" #include "workspace.h"
#include "client.h" #include "client.h"

@ -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. License. See the file "COPYING" for the exact licensing terms.
******************************************************************/ ******************************************************************/
//#define QT_CLEAN_NAMESPACE
#include "tabbox.h" #include "tabbox.h"
#include "workspace.h" #include "workspace.h"
#include "client.h" #include "client.h"

@ -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. License. See the file "COPYING" for the exact licensing terms.
******************************************************************/ ******************************************************************/
//#define QT_CLEAN_NAMESPACE
#include "workspace.h" #include "workspace.h"
#include <tdeapplication.h> #include <tdeapplication.h>

Loading…
Cancel
Save