summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sq_externaltools.ui.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:49 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:49 -0500
commit5f89ac0ba62e5f80ead6e25adaeda664a4912a08 (patch)
treecb81617e933f2201d55863dfb135119ca22060ec /ksquirrel/sq_externaltools.ui.h
parent50e2413ef11868946e9d30c3ddd801d6369c8513 (diff)
downloadksquirrel-5f89ac0ba62e5f80ead6e25adaeda664a4912a08.tar.gz
ksquirrel-5f89ac0ba62e5f80ead6e25adaeda664a4912a08.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 'ksquirrel/sq_externaltools.ui.h')
-rw-r--r--ksquirrel/sq_externaltools.ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksquirrel/sq_externaltools.ui.h b/ksquirrel/sq_externaltools.ui.h
index 5c4c302..c1a9f04 100644
--- a/ksquirrel/sq_externaltools.ui.h
+++ b/ksquirrel/sq_externaltools.ui.h
@@ -32,8 +32,8 @@ void SQ_ExternalTools::init()
pushToolUp->setPixmap(SQ_IconLoader::instance()->loadIcon("move_task_up", TDEIcon::Desktop, TDEIcon::SizeSmall));
pushToolDown->setPixmap(SQ_IconLoader::instance()->loadIcon("move_task_down", TDEIcon::Desktop, TDEIcon::SizeSmall));
- pushNew->setPixmap(SQ_IconLoader::instance()->loadIcon("filenew", TDEIcon::Desktop, TDEIcon::SizeSmall));
- pushDelete->setPixmap(SQ_IconLoader::instance()->loadIcon("editdelete", TDEIcon::Desktop, TDEIcon::SizeSmall));
+ pushNew->setPixmap(SQ_IconLoader::instance()->loadIcon("document-new", TDEIcon::Desktop, TDEIcon::SizeSmall));
+ pushDelete->setPixmap(SQ_IconLoader::instance()->loadIcon("edit-delete", TDEIcon::Desktop, TDEIcon::SizeSmall));
pushClearAll->setPixmap(SQ_IconLoader::instance()->loadIcon("edittrash", TDEIcon::Desktop, TDEIcon::SizeSmall));
pushHelp->setPixmap(SQ_IconLoader::instance()->loadIcon("help", TDEIcon::Desktop, TDEIcon::SizeSmall));