From 18d691fe1c2b9a66554857f2783f1cc09e31e6c7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Sep 2018 01:21:21 +0900 Subject: Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define. Signed-off-by: Michele Calgaro --- src/inactivity.h | 6 ------ src/screen.h | 6 ------ src/tdepowersave.h | 5 ----- 3 files changed, 17 deletions(-) (limited to 'src') diff --git a/src/inactivity.h b/src/inactivity.h index 7fafab9..7ad3eb5 100644 --- a/src/inactivity.h +++ b/src/inactivity.h @@ -20,12 +20,6 @@ #ifndef _INACTIVITY_H_ #define _INACTIVITY_H_ -/* this is needed to avoid typedef clash with X11 - */ -#ifndef TQT_CLEAN_NAMESPACE -#define TQT_CLEAN_NAMESPACE -#endif - // KDE Header #include diff --git a/src/screen.h b/src/screen.h index eb45fb4..09c9d5c 100644 --- a/src/screen.h +++ b/src/screen.h @@ -20,12 +20,6 @@ #ifndef SCREEN_H #define SCREEN_H -/* this is needed to avoid typedef clash with X11/Xmd.h (X11/Xproto.h) - */ -#ifndef TQT_CLEAN_NAMESPACE -#define TQT_CLEAN_NAMESPACE -#endif - // KDE Header #include #include diff --git a/src/tdepowersave.h b/src/tdepowersave.h index 931fbe5..908e33c 100644 --- a/src/tdepowersave.h +++ b/src/tdepowersave.h @@ -22,11 +22,6 @@ #ifndef _TDEPOWERSAVE_H_ #define _TDEPOWERSAVE_H_ -// this is needed to avoid typedef clash with X11/Xmd.h (X11/Xproto.h) -#ifndef TQT_CLEAN_NAMESPACE -#define TQT_CLEAN_NAMESPACE -#endif - // Global Header #ifdef HAVE_CONFIG_H #include -- cgit v1.2.3