diff --git a/src/plugins/geoprocessing/geoprocessing.png b/src/plugins/geoprocessing/geoprocessing.png new file mode 100644 index 00000000000..be767810c64 Binary files /dev/null and b/src/plugins/geoprocessing/geoprocessing.png differ diff --git a/src/plugins/geoprocessing/geoprocessing.svg b/src/plugins/geoprocessing/geoprocessing.svg new file mode 100644 index 00000000000..88baf69b2eb --- /dev/null +++ b/src/plugins/geoprocessing/geoprocessing.svg @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/plugins/geoprocessing/qgspggeoprocessing.cpp b/src/plugins/geoprocessing/qgspggeoprocessing.cpp index dd09c6d54bd..eca3ecd95f7 100644 --- a/src/plugins/geoprocessing/qgspggeoprocessing.cpp +++ b/src/plugins/geoprocessing/qgspggeoprocessing.cpp @@ -39,8 +39,6 @@ email : sherman at mrcc.com #include "qgsdlgpgbuffer.h" #include "qgspggeoprocessing.h" -// xpm for creating the toolbar icon -#include "icon_buffer.xpm" static const char * const ident_ = "$Id$"; @@ -75,7 +73,7 @@ QgsPgGeoprocessing::~QgsPgGeoprocessing() void QgsPgGeoprocessing::initGui() { // Create the action for tool - bufferAction = new QAction(QIcon(icon_buffer), tr("&Buffer features"), this); + bufferAction = new QAction(QIcon(":/geoprocessing.png"), tr("&Buffer features"), this); bufferAction->setWhatsThis(tr("Create a buffer for a PostgreSQL layer. ") + tr("A new layer is created in the database with the buffered features.")); // Connect the action to the buffer slot