i18n("Trash Emptied"),
i18n("The Trash was emptied."),
QStringLiteral("user-trash"),
- nullptr,
KNotification::DefaultEvent);
}
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"