summaryrefslogtreecommitdiff
path: root/src/plugins/madde/debianmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/madde/debianmanager.cpp')
-rw-r--r--src/plugins/madde/debianmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/madde/debianmanager.cpp b/src/plugins/madde/debianmanager.cpp
index 427deba50a..11021680df 100644
--- a/src/plugins/madde/debianmanager.cpp
+++ b/src/plugins/madde/debianmanager.cpp
@@ -538,7 +538,7 @@ bool DebianManager::setPackageManagerIcon(const Utils::FileName &debianDir, Core
QBuffer buffer(&iconAsBase64);
buffer.open(QIODevice::WriteOnly);
if (!pixmap.scaled(MaddeDevice::packageManagerIconSize(deviceType))
- .save(&buffer, iconPath.toFileInfo().suffix().toAscii())) {
+ .save(&buffer, iconPath.toFileInfo().suffix().toLatin1())) {
if (error)
*error = tr("Could not export image file '%1'.").arg(iconPath.toUserOutput());
return false;