Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/4/head
Michele Calgaro 6 years ago
parent 492830edfe
commit f67512dd4b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -50,9 +50,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <assert.h>
#include <string.h>
#ifndef QT_CLEAN_NAMESPACE
#define QT_CLEAN_NAMESPACE
#endif
#include <tqguardedptr.h>
#include <tqtextstream.h>
#include <tqfile.h>

@ -47,7 +47,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <limits.h>
#endif
#define QT_CLEAN_NAMESPACE 1
#include <tqfile.h>
#include <tqtextstream.h>
#include <tqdatastream.h>

@ -47,7 +47,6 @@
#include <signal.h>
#endif
#define QT_CLEAN_NAMESPACE 1
#include <tqfile.h>
#include <dcopclient.h>

@ -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>

Loading…
Cancel
Save