From 4bb787f41f7cdefac2aac33ef59317b7157302c1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:38:13 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kcalc/kcalc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcalc/kcalc.cpp') diff --git a/kcalc/kcalc.cpp b/kcalc/kcalc.cpp index 8e1b7d2..c3665c8 100644 --- a/kcalc/kcalc.cpp +++ b/kcalc/kcalc.cpp @@ -1809,11 +1809,11 @@ void KCalculator::showSettings() { // Check if there is already a dialog and if so bring // it to the foreground. - if(KConfigDialog::showDialog("settings")) + if(TDEConfigDialog::showDialog("settings")) return; // Create a new dialog with the same name as the above checking code. - KConfigDialog *dialog = new KConfigDialog(this, "settings", KCalcSettings::self()); + TDEConfigDialog *dialog = new TDEConfigDialog(this, "settings", KCalcSettings::self()); dialog->enableButtonSeparator( true ); // Add the general page. Store the settings in the General group and -- cgit v1.2.1