From de9a6aa007626eba4e333ac4080cbdfcb9f98386 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:36 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- juk/keydialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juk/keydialog.cpp') diff --git a/juk/keydialog.cpp b/juk/keydialog.cpp index be469a6c..6b3d278a 100644 --- a/juk/keydialog.cpp +++ b/juk/keydialog.cpp @@ -82,7 +82,7 @@ KeyDialog::KeyDialog(TDEGlobalAccel *keys, KActionCollection *actionCollection, int selectedButton; - KConfigGroup config(TDEGlobal::config(), "Shortcuts"); + TDEConfigGroup config(TDEGlobal::config(), "Shortcuts"); selectedButton = config.readNumEntry("GlobalKeys", StandardKeys); // Create widgets for key chooser - widget stack used to replace key chooser @@ -137,7 +137,7 @@ int KeyDialog::configure() int retcode = exec(); if(retcode == Accepted) { - KConfigGroup config(TDEGlobal::config(), "Shortcuts"); + TDEConfigGroup config(TDEGlobal::config(), "Shortcuts"); config.writeEntry("GlobalKeys", m_group->id(m_group->selected())); TDEGlobal::config()->sync(); -- cgit v1.2.1