Commented out some more #define QT_CLEAN_NAMESPACE statements

svn path=/trunk/kdebase/kscreensaver/; revision=59186
This commit is contained in:
Werner Trobin 2000-07-29 07:59:24 +00:00
parent 6d0db49d84
commit 13aebff097
5 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@ kwin - the KDE window manager
Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org> Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
******************************************************************/ ******************************************************************/
#define QT_CLEAN_NAMESPACE //#define QT_CLEAN_NAMESPACE
#include <klocale.h> #include <klocale.h>
#include <kapp.h> #include <kapp.h>
#include <kdebug.h> #include <kdebug.h>

View file

@ -4,9 +4,9 @@ kwin - the KDE window manager
Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org> Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
******************************************************************/ ******************************************************************/
#ifndef QT_CLEAN_NAMESPACE //#ifndef QT_CLEAN_NAMESPACE
#define QT_CLEAN_NAMESPACE //#define QT_CLEAN_NAMESPACE
#endif //#endif
#include "killwindow.h" #include "killwindow.h"
#include <X11/Xlib.h> #include <X11/Xlib.h>
#include <X11/keysym.h> #include <X11/keysym.h>

View file

@ -7,7 +7,7 @@ Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
// X11/Qt conflict // X11/Qt conflict
#undef Bool #undef Bool
#define QT_CLEAN_NAMESPACE //#define QT_CLEAN_NAMESPACE
#include <kconfig.h> #include <kconfig.h>
#include "main.h" #include "main.h"
#include "options.h" #include "options.h"

View file

@ -3,7 +3,7 @@ kwin - the KDE window manager
Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org> Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
******************************************************************/ ******************************************************************/
#define QT_CLEAN_NAMESPACE //#define QT_CLEAN_NAMESPACE
#include "tabbox.h" #include "tabbox.h"
#include "workspace.h" #include "workspace.h"
#include "client.h" #include "client.h"

View file

@ -3,7 +3,7 @@ kwin - the KDE window manager
Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org> Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
******************************************************************/ ******************************************************************/
#define QT_CLEAN_NAMESPACE //#define QT_CLEAN_NAMESPACE
#include <kconfig.h> #include <kconfig.h>
#include <kglobal.h> #include <kglobal.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>