fixup include guards

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=870291
This commit is contained in:
Allen Winter 2008-10-12 10:48:53 +00:00
parent 214ac5f91f
commit 492fe0e8aa
12 changed files with 24 additions and 24 deletions

View File

@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef PLASMA_RUNNER_H #ifndef PLASMA_ABSTRACTRUNNER_H
#define PLASMA_RUNNER_H #define PLASMA_ABSTRACTRUNNER_H
#include <QtCore/QObject> #include <QtCore/QObject>
#include <QtCore/QMutex> #include <QtCore/QMutex>

View File

@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef APPLETBROWSERWINDOW_H_ #ifndef PLASMA_APPLETBROWSER_H
#define APPLETBROWSERWINDOW_H_ #define PLASMA_APPLETBROWSER_H
#include <KDE/KDialog> #include <KDE/KDialog>

View File

@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef CUSTOMDRAGTREEVIEW_P_H #ifndef PLASMA_CUSTOMDRAGTREEVIEW_P_H
#define CUSTOMDRAGTREEVIEW_P_H #define PLASMA_CUSTOMDRAGTREEVIEW_P_H
#include <QTreeView> #include <QTreeView>
#include "kcategorizeditemsviewmodels_p.h" #include "kcategorizeditemsviewmodels_p.h"

View File

@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef KCategorizedItemsView_H #ifndef PLASMA_KCATEGORIZEDITEMSVIEW_P_H
#define KCategorizedItemsView_H #define PLASMA_KCATEGORIZEDITEMSVIEW_P_H
#include <QtGui/QtGui> #include <QtGui/QtGui>
#include <QtCore/QtCore> #include <QtCore/QtCore>

View File

@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef KCATEGORIZEDITEMSVIEWDELEGATE_H_ #ifndef PLASMA_KCATEGORIZEDITEMSVIEWDELEGATE_P_H
#define KCATEGORIZEDITEMSVIEWDELEGATE_H_ #define PLASMA_KCATEGORIZEDITEMSVIEWDELEGATE_P_H
#include <QtCore/QtCore> #include <QtCore/QtCore>
#include <QtGui/QtGui> #include <QtGui/QtGui>

View File

@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef KCATEGORIZEDITEMSVIEWMODELS_H_ #ifndef PLASMA_KCATEGORIZEDITEMSVIEWMODELS_P_H
#define KCATEGORIZEDITEMSVIEWMODELS_H_ #define PLASMA_KCATEGORIZEDITEMSVIEWMODELS_P_H
#include <QtGui/QtGui> #include <QtGui/QtGui>
#include <QtCore/QtCore> #include <QtCore/QtCore>

View File

@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef PLASMAAPPLETITEMMODEL_P_H #ifndef PLASMA_PLASMAAPPLETITEMMODEL_P_H
#define PLASMAAPPLETITEMMODEL_P_H #define PLASMA_PLASMAAPPLETITEMMODEL_P_H
#include <KPluginInfo> #include <KPluginInfo>

View File

@ -17,8 +17,8 @@
* Boston, MA 02110-1301 USA * Boston, MA 02110-1301 USA
*/ */
#ifndef POPUPAPPLET_H #ifndef PLASMA_POPUPAPPLET_H
#define POPUPAPPLET_H #define PLASMA_POPUPAPPLET_H
#include <plasma/applet.h> #include <plasma/applet.h>
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>

View File

@ -19,8 +19,8 @@
* Boston, MA 02110-1301 USA * Boston, MA 02110-1301 USA
*/ */
#ifndef PLASMA_TOOL_TIP_MANAGER_H #ifndef PLASMA_TOOLTIP_MANAGER_H
#define PLASMA_TOOL_TIP_MANAGER_H #define PLASMA_TOOLTIP_MANAGER_H
//plasma //plasma
#include <plasma/plasma.h> #include <plasma/plasma.h>

View File

@ -18,8 +18,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef PLASMA_FLASH_H_ #ifndef PLASMA_FLASH_H
#define PLASMA_FLASH_H_ #define PLASMA_FLASH_H
#include <QtGui/QGraphicsWidget> #include <QtGui/QGraphicsWidget>
#include <QtGui/QTextOption> #include <QtGui/QTextOption>

View File

@ -19,8 +19,8 @@
* Free Software Foundation, Inc., * Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef ICON_P_H #ifndef PLASMA_ICON_P_H
#define ICON_P_H #define PLASMA_ICON_P_H
#include <QtCore/QEvent> #include <QtCore/QEvent>
#include <QtGui/QApplication> #include <QtGui/QApplication>

View File

@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef PLASMA_TABWIDGET_H #ifndef PLASMA_TABBAR_H
#define PLASMA_TABWIDGET_H #define PLASMA_TABBAR_H
#include <QtGui/QGraphicsWidget> #include <QtGui/QGraphicsWidget>
#include <QtGui/QTabBar> #include <QtGui/QTabBar>