From 83b79bb29aaa412caec6abcdb42ca21d248b3b3a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:06:28 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/k3bsystemproblemdialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/k3bsystemproblemdialog.cpp') diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp index 84fdb1d..de9d846 100644 --- a/src/k3bsystemproblemdialog.cpp +++ b/src/k3bsystemproblemdialog.cpp @@ -160,7 +160,7 @@ K3bSystemProblemDialog::K3bSystemProblemDialog( const TQValueListisChecked() ) { - KConfigGroup grp( kapp->config(), "General Options" ); + TDEConfigGroup grp( kapp->config(), "General Options" ); grp.writeEntry( "check system config", false ); } @@ -601,7 +601,7 @@ void K3bSystemProblemDialog::checkSystem( TQWidget* parent, } // remember which version of K3b checked the system the last time - KConfigGroup cfg( k3bcore->config(), "General Options" ); + TDEConfigGroup cfg( k3bcore->config(), "General Options" ); cfg.writeEntry( "Last system check version", k3bcore->version() ); } @@ -678,7 +678,7 @@ TQPtrList K3bSystemProblemDialog::checkForAutomounting() bool K3bSystemProblemDialog::readCheckSystemConfig() { - KConfigGroup cfgGrp( k3bcore->config(), "General Options" ); + TDEConfigGroup cfgGrp( k3bcore->config(), "General Options" ); K3bVersion configVersion( cfgGrp.readEntry( "Last system check version", "0.1" ) ); if( configVersion < k3bcore->version() ) -- cgit v1.2.1