summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/inactivity.h6
-rw-r--r--src/kpowersave.h5
-rw-r--r--src/screen.h6
3 files changed, 0 insertions, 17 deletions
diff --git a/src/inactivity.h b/src/inactivity.h
index 206cfea..0d58f61 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 <kprocess.h>
diff --git a/src/kpowersave.h b/src/kpowersave.h
index 74cdb8f..5758764 100644
--- a/src/kpowersave.h
+++ b/src/kpowersave.h
@@ -22,11 +22,6 @@
#ifndef _KPOWERSAVE_H_
#define _KPOWERSAVE_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 <config.h>
diff --git a/src/screen.h b/src/screen.h
index 14df1eb..e739b4f 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 <dcopref.h>
#include <kprocess.h>