summaryrefslogtreecommitdiffstats
path: root/korganizer/kotodoview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-26 13:02:33 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-26 13:02:33 -0500
commitbd1f48e21af502a0f86602a19c33b9d52bc3fd8f (patch)
tree1129806d6900aaca59ab09335a0d6db9770d80a7 /korganizer/kotodoview.cpp
parent7a320d874dcdf954fdb6666e3ca54ea817670345 (diff)
downloadtdepim-bd1f48e21af502a0f86602a19c33b9d52bc3fd8f.tar.gz
tdepim-bd1f48e21af502a0f86602a19c33b9d52bc3fd8f.zip
Bring printer1 icon into XDG compliance
Diffstat (limited to 'korganizer/kotodoview.cpp')
-rw-r--r--korganizer/kotodoview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/kotodoview.cpp b/korganizer/kotodoview.cpp
index 60d22b441..8ae2703fc 100644
--- a/korganizer/kotodoview.cpp
+++ b/korganizer/kotodoview.cpp
@@ -456,7 +456,7 @@ KOTodoView::KOTodoView( Calendar *calendar, TQWidget *parent, const char* name)
mItemPopupMenu->insertItem(i18n("&Edit..."), this,
TQT_SLOT (editTodo()), 0, ePopupEdit );
#ifndef KORG_NOPRINTER
- mItemPopupMenu->insertItem(KOGlobals::self()->smallIcon("printer1"), i18n("&Print..."), this, TQT_SLOT( printTodo() ) );
+ mItemPopupMenu->insertItem(KOGlobals::self()->smallIcon("printer"), i18n("&Print..."), this, TQT_SLOT( printTodo() ) );
#endif
mItemPopupMenu->insertItem(KOGlobals::self()->smallIconSet("edit-delete"), i18n("&Delete"), this,
TQT_SLOT (deleteTodo()), 0, ePopupDelete );