diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 14:24:31 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 14:24:31 -0500 |
commit | 207e13471364666e6a6fdceed64207f986899bbc (patch) | |
tree | 532ea96c80c56c4f9d6a24d36a2a704c96ee3815 /tdeprint/kmjob.cpp | |
parent | 6111385e9a4283e5f909753cdb690b1cbc9206ea (diff) | |
download | tdelibs-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.cpp | 2 |
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"); |