* Fix the broken guard macros in the widget* headers
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=810412
This commit is contained in:
parent
158a9ca5c0
commit
c3aa6bec48
@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef PLASMA__H
|
||||
#define PLASMA__H
|
||||
#ifndef PLASMA_CHECKBOX_H
|
||||
#define PLASMA_CHECKBOX_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef PLASMA__H
|
||||
#define PLASMA__H
|
||||
#ifndef PLASMA_COMBOBOX_H
|
||||
#define PLASMA_COMBOBOX_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef FLASH_H_
|
||||
#define FLASH_H_
|
||||
#ifndef PLASMA_FLASH_H_
|
||||
#define PLASMA_FLASH_H_
|
||||
|
||||
#include <QtGui/QGraphicsWidget>
|
||||
#include <QtGui/QTextOption>
|
||||
|
@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef PLASMA__H
|
||||
#define PLASMA__H
|
||||
#ifndef PLASMA_GROUPBOX_H
|
||||
#define PLASMA_GROUPBOX_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
|
||||
|
@ -20,8 +20,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef ICON_H
|
||||
#define ICON_H
|
||||
#ifndef PLASMA_ICON_H
|
||||
#define PLASMA_ICON_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtGui/QGraphicsTextItem>
|
||||
|
@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef PLASMA__H
|
||||
#define PLASMA__H
|
||||
#ifndef PLASMA_LABEL_H
|
||||
#define PLASMA_LABEL_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef PLASMA__H
|
||||
#define PLASMA__H
|
||||
#ifndef PLASMA_LINEEDIT_H
|
||||
#define PLASMA_LINEEDIT_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef METER_HEADER
|
||||
#define METER_HEADER
|
||||
#ifndef PLASMA_METER_H
|
||||
#define PLASMA_METER_H
|
||||
|
||||
#include <plasma/plasma_export.h>
|
||||
#include <plasma/dataengine.h>
|
||||
|
@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef PLASMA__H
|
||||
#define PLASMA__H
|
||||
#ifndef PLASMA_PUSHBUTTON_H
|
||||
#define PLASMA_PUSHBUTTON_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef PLASMA__H
|
||||
#define PLASMA__H
|
||||
#ifndef PLASMA_RADIOBUTTON_H
|
||||
#define PLASMA_RADIOBUTTON_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
|
||||
|
@ -19,8 +19,8 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef SIGNALPLOTTER_H
|
||||
#define SIGNALPLOTTER_H
|
||||
#ifndef PLASMA_SIGNALPLOTTER_H
|
||||
#define PLASMA_SIGNALPLOTTER_H
|
||||
|
||||
#include <QtGui/QFont>
|
||||
#include <QtGui/QGraphicsWidget>
|
||||
|
@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef PLASMA_<NAME>_H
|
||||
#define PLASMA_<NAME>_H
|
||||
#ifndef PLASMA_TEMPLATE_H
|
||||
#define PLASMA_TEMPLATE_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef PLASMA__H
|
||||
#define PLASMA__H
|
||||
#ifndef PLASMA_TEXTEDIT_H
|
||||
#define PLASMA_TEXTEDIT_H
|
||||
|
||||
#include <QGraphicsProxyWidget>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user