* Fix the broken guard macros in the widget* headers

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=810412
This commit is contained in:
Richard Dale 2008-05-20 17:29:23 +00:00
parent 158a9ca5c0
commit c3aa6bec48
13 changed files with 26 additions and 26 deletions

View File

@ -18,8 +18,8 @@
*/ */
#ifndef PLASMA__H #ifndef PLASMA_CHECKBOX_H
#define PLASMA__H #define PLASMA_CHECKBOX_H
#include <QGraphicsProxyWidget> #include <QGraphicsProxyWidget>

View File

@ -18,8 +18,8 @@
*/ */
#ifndef PLASMA__H #ifndef PLASMA_COMBOBOX_H
#define PLASMA__H #define PLASMA_COMBOBOX_H
#include <QGraphicsProxyWidget> #include <QGraphicsProxyWidget>

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 FLASH_H_ #ifndef PLASMA_FLASH_H_
#define FLASH_H_ #define PLASMA_FLASH_H_
#include <QtGui/QGraphicsWidget> #include <QtGui/QGraphicsWidget>
#include <QtGui/QTextOption> #include <QtGui/QTextOption>

View File

@ -18,8 +18,8 @@
*/ */
#ifndef PLASMA__H #ifndef PLASMA_GROUPBOX_H
#define PLASMA__H #define PLASMA_GROUPBOX_H
#include <QGraphicsProxyWidget> #include <QGraphicsProxyWidget>

View File

@ -20,8 +20,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef ICON_H #ifndef PLASMA_ICON_H
#define ICON_H #define PLASMA_ICON_H
#include <QtCore/QObject> #include <QtCore/QObject>
#include <QtGui/QGraphicsTextItem> #include <QtGui/QGraphicsTextItem>

View File

@ -18,8 +18,8 @@
*/ */
#ifndef PLASMA__H #ifndef PLASMA_LABEL_H
#define PLASMA__H #define PLASMA_LABEL_H
#include <QGraphicsProxyWidget> #include <QGraphicsProxyWidget>

View File

@ -18,8 +18,8 @@
*/ */
#ifndef PLASMA__H #ifndef PLASMA_LINEEDIT_H
#define PLASMA__H #define PLASMA_LINEEDIT_H
#include <QGraphicsProxyWidget> #include <QGraphicsProxyWidget>

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 METER_HEADER #ifndef PLASMA_METER_H
#define METER_HEADER #define PLASMA_METER_H
#include <plasma/plasma_export.h> #include <plasma/plasma_export.h>
#include <plasma/dataengine.h> #include <plasma/dataengine.h>

View File

@ -18,8 +18,8 @@
*/ */
#ifndef PLASMA__H #ifndef PLASMA_PUSHBUTTON_H
#define PLASMA__H #define PLASMA_PUSHBUTTON_H
#include <QGraphicsProxyWidget> #include <QGraphicsProxyWidget>

View File

@ -18,8 +18,8 @@
*/ */
#ifndef PLASMA__H #ifndef PLASMA_RADIOBUTTON_H
#define PLASMA__H #define PLASMA_RADIOBUTTON_H
#include <QGraphicsProxyWidget> #include <QGraphicsProxyWidget>

View File

@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef SIGNALPLOTTER_H #ifndef PLASMA_SIGNALPLOTTER_H
#define SIGNALPLOTTER_H #define PLASMA_SIGNALPLOTTER_H
#include <QtGui/QFont> #include <QtGui/QFont>
#include <QtGui/QGraphicsWidget> #include <QtGui/QGraphicsWidget>

View File

@ -18,8 +18,8 @@
*/ */
#ifndef PLASMA_<NAME>_H #ifndef PLASMA_TEMPLATE_H
#define PLASMA_<NAME>_H #define PLASMA_TEMPLATE_H
#include <QGraphicsProxyWidget> #include <QGraphicsProxyWidget>

View File

@ -18,8 +18,8 @@
*/ */
#ifndef PLASMA__H #ifndef PLASMA_TEXTEDIT_H
#define PLASMA__H #define PLASMA_TEXTEDIT_H
#include <QGraphicsProxyWidget> #include <QGraphicsProxyWidget>