summaryrefslogtreecommitdiffstats
path: root/korganizer/journalentry.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-03-26 13:02:33 -0500
committerSlávek Banko <slavek.banko@axis.cz>2015-03-26 20:32:25 +0100
commitfb463a0ced8a31266b998c60fe2229c9a816696f (patch)
tree1129806d6900aaca59ab09335a0d6db9770d80a7 /korganizer/journalentry.cpp
parenta49c32d00f38a005eb6c59044968fb22b01c247d (diff)
downloadtdepim-fb463a0ced8a31266b998c60fe2229c9a816696f.tar.gz
tdepim-fb463a0ced8a31266b998c60fe2229c9a816696f.zip
Bring printer1 icon into XDG compliance
(cherry picked from commit bd1f48e21af502a0f86602a19c33b9d52bc3fd8f)
Diffstat (limited to 'korganizer/journalentry.cpp')
-rw-r--r--korganizer/journalentry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/journalentry.cpp b/korganizer/journalentry.cpp
index 566719f30..0ceec9546 100644
--- a/korganizer/journalentry.cpp
+++ b/korganizer/journalentry.cpp
@@ -229,7 +229,7 @@ JournalEntry::JournalEntry( Journal* j, TQWidget *parent ) :
#ifndef KORG_NOPRINTER
mPrintButton = new TQToolButton( this, "printButton" );
- mPrintButton->setPixmap( KOGlobals::self()->smallIcon( "printer1" ) );
+ mPrintButton->setPixmap( KOGlobals::self()->smallIcon( "printer" ) );
mPrintButton->setSizePolicy( TQSizePolicy::Fixed, TQSizePolicy::Fixed );
TQToolTip::add( mPrintButton, i18n("Print this journal entry") );
TQWhatsThis::add( mPrintButton, i18n("Opens the print dialog for this journal entry") );