From 207e13471364666e6a6fdceed64207f986899bbc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 14:24:31 -0500 Subject: Fix exec icon location and bring it into XDG compliance --- tdeprint/kmjob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeprint/kmjob.cpp') 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"); -- cgit v1.2.3