summaryrefslogtreecommitdiffstats
path: root/tdeprint/kmjob.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:31 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 14:24:31 -0500
commit207e13471364666e6a6fdceed64207f986899bbc (patch)
tree532ea96c80c56c4f9d6a24d36a2a704c96ee3815 /tdeprint/kmjob.cpp
parent6111385e9a4283e5f909753cdb690b1cbc9206ea (diff)
downloadtdelibs-207e13471364666e6a6fdceed64207f986899bbc.tar.gz
tdelibs-207e13471364666e6a6fdceed64207f986899bbc.zip
Fix exec icon location and bring it into XDG compliance
Diffstat (limited to 'tdeprint/kmjob.cpp')
-rw-r--r--tdeprint/kmjob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kmjob.cpp b/tdeprint/kmjob.cpp
index 2b42506f5..9f314539e 100644
--- a/tdeprint/kmjob.cpp
+++ b/tdeprint/kmjob.cpp
@@ -75,7 +75,7 @@ TQString KMJob::pixmap()
{
// special case
if (m_type == KMJob::Threaded)
- return TQString::fromLatin1("exec");
+ return TQString::fromLatin1("application-x-executable");
// normal case
QString str("tdeprint_job");