summaryrefslogtreecommitdiffstats
path: root/kpdf
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 13:25:38 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 13:25:38 -0500
commitcbeef5d1a52ae6bea44f5fc61d21bd84c3629cbe (patch)
treead71f966913bb7bb45a50db73aa58d07dca2b0d7 /kpdf
parent821de37ccdc614b3b8c2b12221f020d0b2a98ab9 (diff)
downloadtdegraphics-cbeef5d1a52ae6bea44f5fc61d21bd84c3629cbe.tar.gz
tdegraphics-cbeef5d1a52ae6bea44f5fc61d21bd84c3629cbe.zip
Fix remaining issues from mimetype icon rename
Diffstat (limited to 'kpdf')
-rw-r--r--kpdf/part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/part.cpp b/kpdf/part.cpp
index 9348e7ac..d585dca0 100644
--- a/kpdf/part.cpp
+++ b/kpdf/part.cpp
@@ -291,7 +291,7 @@ Part::Part(TQWidget *parentWidget, const char *widgetName,
m_printPreview = KStdAction::printPreview( this, TQT_SLOT( slotPrintPreview() ), ac );
m_printPreview->setEnabled( false );
- m_showProperties = new TDEAction(i18n("&Properties"), "info", 0, this, TQT_SLOT(slotShowProperties()), ac, "properties");
+ m_showProperties = new TDEAction(i18n("&Properties"), "application-vnd.tde.info", 0, this, TQT_SLOT(slotShowProperties()), ac, "properties");
m_showProperties->setEnabled( false );
m_showPresentation = new TDEAction( i18n("P&resentation"), "application-x-kpresenter", "Ctrl+Shift+P", this, TQT_SLOT(slotShowPresentation()), ac, "presentation");