From 3c5631f74d1c75204f950140331e10f739082ee9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:33:36 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kmrml/kmrml/lib/kmrml_config.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kmrml/kmrml/lib/kmrml_config.cpp') diff --git a/kmrml/kmrml/lib/kmrml_config.cpp b/kmrml/kmrml/lib/kmrml_config.cpp index 63bc5e8a..be408bc2 100644 --- a/kmrml/kmrml/lib/kmrml_config.cpp +++ b/kmrml/kmrml/lib/kmrml_config.cpp @@ -54,13 +54,13 @@ const int DEFAULT_PORT = 12789; Config::Config() { - m_ownConfig = new KConfig( "kio_mrmlrc", false, false ); + m_ownConfig = new TDEConfig( "kio_mrmlrc", false, false ); m_config = m_ownConfig; init(); } -Config::Config( KConfig *config ) +Config::Config( TDEConfig *config ) : m_config( config ), m_ownConfig( 0L ) { @@ -98,7 +98,7 @@ bool Config::sync() // mrmlsearch binary can also use this class) // tell the ioslaves about the new configuration // if ( notifySlaves ) -// KIO::SlaveConfig::self()->reset(); +// TDEIO::SlaveConfig::self()->reset(); } void Config::setDefaultHost( const TQString& host ) @@ -117,7 +117,7 @@ ServerSettings Config::settingsForLocalHost() const ServerSettings Config::settingsForHost( const TQString& host ) const { - KConfigGroup config( m_config, settingsGroup( host ) ); + TDEConfigGroup config( m_config, settingsGroup( host ) ); ServerSettings settings; settings.host = host; -- cgit v1.2.3