From 608c04a25ad6d927d8098f05b33dd395385d3750 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Tue, 19 Jan 2010 20:57:47 +0000 Subject: [PATCH] style*S*heet svn path=/branches/KDE/4.4/kdelibs/; revision=1077259 --- widgets/pushbutton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/pushbutton.h b/widgets/pushbutton.h index 093e89849..1565a0e16 100644 --- a/widgets/pushbutton.h +++ b/widgets/pushbutton.h @@ -45,7 +45,7 @@ class PLASMA_EXPORT PushButton : public QGraphicsProxyWidget Q_PROPERTY(QGraphicsWidget *parentWidget READ parentWidget) Q_PROPERTY(QString text READ text WRITE setText) Q_PROPERTY(QString image READ image WRITE setImage) - Q_PROPERTY(QString stylesheet READ styleSheet WRITE setStyleSheet) + Q_PROPERTY(QString styleSheet READ styleSheet WRITE setStyleSheet) Q_PROPERTY(KPushButton *nativeWidget READ nativeWidget) Q_PROPERTY(QAction *action READ action WRITE setAction) Q_PROPERTY(QIcon icon READ icon WRITE setIcon)