summaryrefslogtreecommitdiffstats
path: root/src/screen.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:21:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-09-25 01:21:21 +0900
commit18d691fe1c2b9a66554857f2783f1cc09e31e6c7 (patch)
tree85951f6a1b375aa1f0bdb347b95779b62abfcf6e /src/screen.h
parent1a96ec2f7dcf2fa9bb6960a81a36effd4cdfe556 (diff)
downloadtdepowersave-18d691fe1c2b9a66554857f2783f1cc09e31e6c7.tar.gz
tdepowersave-18d691fe1c2b9a66554857f2783f1cc09e31e6c7.zip
Remove QT_CLEAN_NAMESPACE/TQT_CLEAN_NAMESPACE unnecessary define.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h6
1 files changed, 0 insertions, 6 deletions
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 <dcopref.h>
#include <kprocess.h>