]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/trash/dolphintrash.cpp
fix information panel icon
[dolphin.git] / src / trash / dolphintrash.cpp
index dd71135a52b166cd980d904d2cde73b6cd1df188..0bb61ff28cdc5c044417e6ef3c3479f1406ccadb 100644 (file)
@@ -64,7 +64,7 @@ void Trash::empty(QWidget *window)
 bool Trash::isEmpty()
 {
     KConfig trashConfig(QStringLiteral("trashrc"), KConfig::SimpleConfig);
-    return (trashConfig.group("Status").readEntry("Empty", true));
+    return (trashConfig.group(QStringLiteral("Status")).readEntry("Empty", true));
 }
 
 #include "moc_dolphintrash.cpp"