From 51230c05dc0d15dd4d6e6cce1020c6bac3a5cdd3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 12 Jul 2025 15:29:24 +0900 Subject: Use TDESimpleConfig Signed-off-by: Michele Calgaro --- kcontrol/hwmanager/hwdevicetray.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcontrol/hwmanager/hwdevicetray.cpp') diff --git a/kcontrol/hwmanager/hwdevicetray.cpp b/kcontrol/hwmanager/hwdevicetray.cpp index 6655bec65..f1726a2a1 100644 --- a/kcontrol/hwmanager/hwdevicetray.cpp +++ b/kcontrol/hwmanager/hwdevicetray.cpp @@ -36,7 +36,7 @@ #include "tdeprocess.h" #include #include -#include +#include #include #include @@ -188,7 +188,7 @@ HwDeviceSystemTray::~HwDeviceSystemTray() */ void HwDeviceSystemTray::quitApp() { - KSimpleConfig *config = new KSimpleConfig("tdehwdevicetrayrc"); + TDESimpleConfig *config = new TDESimpleConfig("tdehwdevicetrayrc"); TQString tmp1 = i18n("Start device monitor automatically when you log in?"); int tmp2 = KMessageBox::questionYesNo(0, tmp1, i18n("Question"), i18n("Start Automatically"), i18n("Do Not Start")); -- cgit v1.2.3