summaryrefslogtreecommitdiffstats
path: root/kcontrol/randr/tderandrtray.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 15:29:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-12 15:39:34 +0900
commit51230c05dc0d15dd4d6e6cce1020c6bac3a5cdd3 (patch)
tree289d1261319b7c151c0f11c7917c057aa754026a /kcontrol/randr/tderandrtray.cpp
parentfa284a459858f2255c485240121f7cd1cc7d17a0 (diff)
downloadtdebase-51230c05dc0d15dd4d6e6cce1020c6bac3a5cdd3.tar.gz
tdebase-51230c05dc0d15dd4d6e6cce1020c6bac3a5cdd3.zip
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol/randr/tderandrtray.cpp')
-rw-r--r--kcontrol/randr/tderandrtray.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/randr/tderandrtray.cpp b/kcontrol/randr/tderandrtray.cpp
index 7506f3907..1c95bd552 100644
--- a/kcontrol/randr/tderandrtray.cpp
+++ b/kcontrol/randr/tderandrtray.cpp
@@ -88,7 +88,7 @@ KRandRSystemTray::KRandRSystemTray(TQWidget* parent, const char *name)
last_known_y = currentScreen()->currentPixelHeight();
}
- t_config = new KSimpleConfig("kiccconfigrc");
+ t_config = new TDESimpleConfig("kiccconfigrc");
TQString cur_profile;
cur_profile = getCurrentProfile();
@@ -108,7 +108,7 @@ KRandRSystemTray::KRandRSystemTray(TQWidget* parent, const char *name)
* result is written to the KDE configfile.
*/
void KRandRSystemTray::_quit (){
- r_config = new KSimpleConfig("tderandrtrayrc");
+ r_config = new TDESimpleConfig("tderandrtrayrc");
TQString tmp1 = i18n ("Start KRandRTray automatically when you log in?");
int tmp2 = KMessageBox::questionYesNo ( 0, tmp1, i18n("Question"), i18n("Start Automatically"), i18n("Do Not Start"));