summaryrefslogtreecommitdiffstats
path: root/tdeprint/kjobviewer/kjobviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/kjobviewer/kjobviewer.cpp')
-rw-r--r--tdeprint/kjobviewer/kjobviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kjobviewer/kjobviewer.cpp b/tdeprint/kjobviewer/kjobviewer.cpp
index 0d456b1ec..393cd1c95 100644
--- a/tdeprint/kjobviewer/kjobviewer.cpp
+++ b/tdeprint/kjobviewer/kjobviewer.cpp
@@ -137,7 +137,7 @@ void KJobViewerApp::initialize()
if (!m_tray)
{
m_tray = new JobTray(this);
- m_tray->setPixmap(m_tray->loadIcon("fileprint"));
+ m_tray->setPixmap(m_tray->loadIcon("document-print"));
}