summaryrefslogtreecommitdiffstats
path: root/kbarcode/batchwizard.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:43 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:43 -0500
commit4f0e89f2626aa1aa266eddd292204a6dd245ce35 (patch)
tree2d55fb637ad61abf890e9ff9a586b4a358c0b7c9 /kbarcode/batchwizard.cpp
parent9e76007afd7c78618c0e965e64b45117c16f4d33 (diff)
downloadkbarcode-4f0e89f2626aa1aa266eddd292204a6dd245ce35.tar.gz
kbarcode-4f0e89f2626aa1aa266eddd292204a6dd245ce35.zip
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'kbarcode/batchwizard.cpp')
-rw-r--r--kbarcode/batchwizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/batchwizard.cpp b/kbarcode/batchwizard.cpp
index 27b30cd..09c2fe4 100644
--- a/kbarcode/batchwizard.cpp
+++ b/kbarcode/batchwizard.cpp
@@ -185,7 +185,7 @@ void BatchWizard::setupPage4()
buttonTableInsert = new KPushButton( i18n("Insert Row"), hbox );
buttonTableInsert->setIconSet( BarIconSet( "edit" ) );
buttonTableRemove = new KPushButton( i18n("Delete Row"), hbox );
- buttonTableRemove->setIconSet( BarIconSet( "editdelete") );
+ buttonTableRemove->setIconSet( BarIconSet( "edit-delete") );
m_varTable = new TQTable( page4 );
m_varTable->setReadOnly( false );