From cc74f360bb40da3d79f58048f8e8611804980aa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:30:47 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kate/app/kateexternaltools.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kate/app/kateexternaltools.cpp') diff --git a/kate/app/kateexternaltools.cpp b/kate/app/kateexternaltools.cpp index ec1e92847..1ceab8a23 100644 --- a/kate/app/kateexternaltools.cpp +++ b/kate/app/kateexternaltools.cpp @@ -151,7 +151,7 @@ void KateExternalToolsCommand::reload () { m_list.clear(); m_map.clear(); - KConfig config("externaltools", false, false, "appdata"); + TDEConfig config("externaltools", false, false, "appdata"); config.setGroup("Global"); TQStringList tools = config.readListEntry("tools"); @@ -312,7 +312,7 @@ void KateExternalToolsMenuAction::reload() popupMenu()->clear(); // load all the tools, and create a action for each of them - KConfig *config = new KConfig( "externaltools", false, false, "appdata" ); + TDEConfig *config = new TDEConfig( "externaltools", false, false, "appdata" ); config->setGroup( "Global" ); TQStringList tools = config->readListEntry( "tools" ); @@ -601,7 +601,7 @@ KateExternalToolsConfigWidget::KateExternalToolsConfigWidget( TQWidget *parent, TQWhatsThis::add( lbTools, i18n( "This list shows all the configured tools, represented by their menu text.") ); - config = new KConfig("externaltools", false, false, "appdata"); + config = new TDEConfig("externaltools", false, false, "appdata"); reload(); slotSelectionChanged(); } @@ -616,7 +616,7 @@ void KateExternalToolsConfigWidget::reload() //m_tools.clear(); lbTools->clear(); - // load the files from a KConfig + // load the files from a TDEConfig config->setGroup( "Global" ); TQStringList tools = config->readListEntry("tools"); -- cgit v1.2.1