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/rip/k3bcddbpatternwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rip/k3bcddbpatternwidget.cpp') diff --git a/src/rip/k3bcddbpatternwidget.cpp b/src/rip/k3bcddbpatternwidget.cpp index cd0c3f1..ae1191f 100644 --- a/src/rip/k3bcddbpatternwidget.cpp +++ b/src/rip/k3bcddbpatternwidget.cpp @@ -100,7 +100,7 @@ bool K3bCddbPatternWidget::replaceBlanks() const } -void K3bCddbPatternWidget::loadConfig( KConfigBase* c ) +void K3bCddbPatternWidget::loadConfig( TDEConfigBase* c ) { m_comboPlaylistPattern->setEditText( c->readEntry( "playlist pattern", m_comboPlaylistPattern->text(0) ) ); m_comboFilenamePattern->setEditText( c->readEntry( "filename pattern", m_comboFilenamePattern->text(0) ) ); @@ -109,7 +109,7 @@ void K3bCddbPatternWidget::loadConfig( KConfigBase* c ) } -void K3bCddbPatternWidget::saveConfig( KConfigBase* c ) +void K3bCddbPatternWidget::saveConfig( TDEConfigBase* c ) { c->writeEntry( "playlist pattern", m_comboPlaylistPattern->currentText() ); c->writeEntry( "filename pattern", m_comboFilenamePattern->currentText() ); -- cgit v1.2.3