diff options
Diffstat (limited to 'sigtools/PluginTreeDelegate.cpp')
| -rw-r--r-- | sigtools/PluginTreeDelegate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigtools/PluginTreeDelegate.cpp b/sigtools/PluginTreeDelegate.cpp index 41216b02..eb5b9cac 100644 --- a/sigtools/PluginTreeDelegate.cpp +++ b/sigtools/PluginTreeDelegate.cpp @@ -100,7 +100,7 @@ QSize PluginTreeDelegate::sizeHint(const QStyleOptionViewItem& option, const QMo QList<QWidget*> PluginTreeDelegate::createItemWidgets() const { QList<QWidget*> widgetList; - KPushButton *aboutPushButton = new KPushButton; + KPushButton* aboutPushButton = new KPushButton; aboutPushButton->setIcon(KIcon("dialog-information")); connect(aboutPushButton, SIGNAL(clicked(bool)), this, SLOT(aboutClicked())); |
