From 91a4d5da94a6b0b60ad7989a402f654710103e99 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Wed, 8 Nov 2023 12:08:31 +0100 Subject: Adapt to KConfigGroup name officially being a QString type GIT_SILENT --- src/trash/dolphintrash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trash/dolphintrash.cpp') diff --git a/src/trash/dolphintrash.cpp b/src/trash/dolphintrash.cpp index dd71135a5..0bb61ff28 100644 --- a/src/trash/dolphintrash.cpp +++ b/src/trash/dolphintrash.cpp @@ -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" -- cgit v1.3