From 5593c252e8d9638c86dcc2bb9edd394ea14f8ba1 Mon Sep 17 00:00:00 2001 From: Artur Puzio Date: Wed, 16 Mar 2016 22:17:37 +0100 Subject: [CLAZY] Fixed all level 1 and level 2 warnings with small exceptions REVIEW: 126771 --- src/settings/trash/trashsettingspage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/settings/trash/trashsettingspage.cpp') diff --git a/src/settings/trash/trashsettingspage.cpp b/src/settings/trash/trashsettingspage.cpp index 237a17987..4c71aa3ec 100644 --- a/src/settings/trash/trashsettingspage.cpp +++ b/src/settings/trash/trashsettingspage.cpp @@ -31,7 +31,7 @@ TrashSettingsPage::TrashSettingsPage(QWidget* parent) : QVBoxLayout *vBoxVBoxLayout = new QVBoxLayout(vBox); vBoxVBoxLayout->setMargin(0); - m_proxy = new KCModuleProxy("kcmtrash"); + m_proxy = new KCModuleProxy(QStringLiteral("kcmtrash")); topLayout->addWidget(m_proxy); // Add a dummy widget with no restriction regarding -- cgit v1.3