fixup include guards
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=870291
This commit is contained in:
parent
214ac5f91f
commit
492fe0e8aa
@ -17,8 +17,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef PLASMA_RUNNER_H
|
||||
#define PLASMA_RUNNER_H
|
||||
#ifndef PLASMA_ABSTRACTRUNNER_H
|
||||
#define PLASMA_ABSTRACTRUNNER_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QMutex>
|
||||
|
@ -17,8 +17,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef APPLETBROWSERWINDOW_H_
|
||||
#define APPLETBROWSERWINDOW_H_
|
||||
#ifndef PLASMA_APPLETBROWSER_H
|
||||
#define PLASMA_APPLETBROWSER_H
|
||||
|
||||
#include <KDE/KDialog>
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef CUSTOMDRAGTREEVIEW_P_H
|
||||
#define CUSTOMDRAGTREEVIEW_P_H
|
||||
#ifndef PLASMA_CUSTOMDRAGTREEVIEW_P_H
|
||||
#define PLASMA_CUSTOMDRAGTREEVIEW_P_H
|
||||
|
||||
#include <QTreeView>
|
||||
#include "kcategorizeditemsviewmodels_p.h"
|
||||
|
@ -17,8 +17,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef KCategorizedItemsView_H
|
||||
#define KCategorizedItemsView_H
|
||||
#ifndef PLASMA_KCATEGORIZEDITEMSVIEW_P_H
|
||||
#define PLASMA_KCATEGORIZEDITEMSVIEW_P_H
|
||||
|
||||
#include <QtGui/QtGui>
|
||||
#include <QtCore/QtCore>
|
||||
|
@ -17,8 +17,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef KCATEGORIZEDITEMSVIEWDELEGATE_H_
|
||||
#define KCATEGORIZEDITEMSVIEWDELEGATE_H_
|
||||
#ifndef PLASMA_KCATEGORIZEDITEMSVIEWDELEGATE_P_H
|
||||
#define PLASMA_KCATEGORIZEDITEMSVIEWDELEGATE_P_H
|
||||
|
||||
#include <QtCore/QtCore>
|
||||
#include <QtGui/QtGui>
|
||||
|
@ -17,8 +17,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef KCATEGORIZEDITEMSVIEWMODELS_H_
|
||||
#define KCATEGORIZEDITEMSVIEWMODELS_H_
|
||||
#ifndef PLASMA_KCATEGORIZEDITEMSVIEWMODELS_P_H
|
||||
#define PLASMA_KCATEGORIZEDITEMSVIEWMODELS_P_H
|
||||
|
||||
#include <QtGui/QtGui>
|
||||
#include <QtCore/QtCore>
|
||||
|
@ -17,8 +17,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef PLASMAAPPLETITEMMODEL_P_H
|
||||
#define PLASMAAPPLETITEMMODEL_P_H
|
||||
#ifndef PLASMA_PLASMAAPPLETITEMMODEL_P_H
|
||||
#define PLASMA_PLASMAAPPLETITEMMODEL_P_H
|
||||
|
||||
#include <KPluginInfo>
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef POPUPAPPLET_H
|
||||
#define POPUPAPPLET_H
|
||||
#ifndef PLASMA_POPUPAPPLET_H
|
||||
#define PLASMA_POPUPAPPLET_H
|
||||
|
||||
#include <plasma/applet.h>
|
||||
#include <plasma/plasma_export.h>
|
||||
|
@ -19,8 +19,8 @@
|
||||
* Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef PLASMA_TOOL_TIP_MANAGER_H
|
||||
#define PLASMA_TOOL_TIP_MANAGER_H
|
||||
#ifndef PLASMA_TOOLTIP_MANAGER_H
|
||||
#define PLASMA_TOOLTIP_MANAGER_H
|
||||
|
||||
//plasma
|
||||
#include <plasma/plasma.h>
|
||||
|
@ -18,8 +18,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef PLASMA_FLASH_H_
|
||||
#define PLASMA_FLASH_H_
|
||||
#ifndef PLASMA_FLASH_H
|
||||
#define PLASMA_FLASH_H
|
||||
|
||||
#include <QtGui/QGraphicsWidget>
|
||||
#include <QtGui/QTextOption>
|
||||
|
@ -19,8 +19,8 @@
|
||||
* Free Software Foundation, Inc.,
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
#ifndef ICON_P_H
|
||||
#define ICON_P_H
|
||||
#ifndef PLASMA_ICON_P_H
|
||||
#define PLASMA_ICON_P_H
|
||||
|
||||
#include <QtCore/QEvent>
|
||||
#include <QtGui/QApplication>
|
||||
|
@ -17,8 +17,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef PLASMA_TABWIDGET_H
|
||||
#define PLASMA_TABWIDGET_H
|
||||
#ifndef PLASMA_TABBAR_H
|
||||
#define PLASMA_TABBAR_H
|
||||
|
||||
#include <QtGui/QGraphicsWidget>
|
||||
#include <QtGui/QTabBar>
|
||||
|
Loading…
Reference in New Issue
Block a user