From f8069e2ea048f2657cc417d83820576ec55c181b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:49 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- cervisia/checkoutdlg.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cervisia/checkoutdlg.cpp') diff --git a/cervisia/checkoutdlg.cpp b/cervisia/checkoutdlg.cpp index 16a57098..0fe06352 100644 --- a/cervisia/checkoutdlg.cpp +++ b/cervisia/checkoutdlg.cpp @@ -42,7 +42,7 @@ using Cervisia::IsValidTag; -CheckoutDialog::CheckoutDialog(KConfig& cfg, CvsService_stub* service, +CheckoutDialog::CheckoutDialog(TDEConfig& cfg, CvsService_stub* service, ActionType action, TQWidget* parent, const char* name) : KDialogBase(parent, name, true, TQString(), @@ -415,7 +415,7 @@ void CheckoutDialog::branchButtonClicked() void CheckoutDialog::restoreUserInput() { - KConfigGroupSaver cs(&partConfig, "CheckoutDialog"); + TDEConfigGroupSaver cs(&partConfig, "CheckoutDialog"); repo_combo->setEditText(partConfig.readEntry("Repository")); workdir_edit->setText(partConfig.readPathEntry("Working directory")); @@ -441,7 +441,7 @@ void CheckoutDialog::restoreUserInput() void CheckoutDialog::saveUserInput() { - KConfigGroupSaver cs(&partConfig, "CheckoutDialog"); + TDEConfigGroupSaver cs(&partConfig, "CheckoutDialog"); partConfig.writeEntry("Repository", repository()); partConfig.writeEntry("Module", module()); -- cgit v1.2.1