summaryrefslogtreecommitdiffstats
path: root/quanta/treeviews/templatestreeview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:51:32 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 12:51:32 -0500
commitbd6cf65a81ec1ece59e191497f8796405babd15b (patch)
tree7069e338fd7fb1bbbe4d46d464b8df2b74bc7880 /quanta/treeviews/templatestreeview.cpp
parenta2541c112aa09e2f20ae10006d4aa70e61c31761 (diff)
downloadtdewebdev-bd6cf65a81ec1ece59e191497f8796405babd15b.tar.gz
tdewebdev-bd6cf65a81ec1ece59e191497f8796405babd15b.zip
Bring undo, redo, find, and revert icons into XDG compliance
Diffstat (limited to 'quanta/treeviews/templatestreeview.cpp')
-rw-r--r--quanta/treeviews/templatestreeview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/treeviews/templatestreeview.cpp b/quanta/treeviews/templatestreeview.cpp
index abc2a7ad..1d421d61 100644
--- a/quanta/treeviews/templatestreeview.cpp
+++ b/quanta/treeviews/templatestreeview.cpp
@@ -168,7 +168,7 @@ TemplatesTreeView::TemplatesTreeView(TDEMainWindow *parent, const char *name )
m_deleteMenuId = m_folderMenu->insertItem(SmallIcon("editdelete"), i18n("&Delete"), this, TQT_SLOT(slotDelete()));
m_folderMenu->insertSeparator();
m_folderMenu->insertItem(SmallIcon("info"), i18n("&Properties"), this, TQT_SLOT(slotProperties()));
- m_reloadMenuId = m_folderMenu->insertItem(SmallIcon("revert"), i18n("&Reload"), this, TQT_SLOT(slotReload()));
+ m_reloadMenuId = m_folderMenu->insertItem(SmallIcon("document-revert"), i18n("&Reload"), this, TQT_SLOT(slotReload()));
m_emptyAreaMenu = new TDEPopupMenu(this);
m_emptyAreaMenu->insertItem(SmallIcon("network"), i18n("&Download Template..."), this, TQT_SIGNAL(downloadTemplate()));