From ca4425dfe13eba4e595d1d77a2548521c2dc0e2e Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 1 May 2009 22:23:57 -0400 Subject: Style for the variable declaration --- sigtools/PluginTreeDelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigtools') 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 PluginTreeDelegate::createItemWidgets() const { QList widgetList; - KPushButton *aboutPushButton = new KPushButton; + KPushButton* aboutPushButton = new KPushButton; aboutPushButton->setIcon(KIcon("dialog-information")); connect(aboutPushButton, SIGNAL(clicked(bool)), this, SLOT(aboutClicked())); -- cgit