From 2b37df4ca0c9bae516c4fa00579584d6e3fcfd27 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:12:31 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/languages/picprogrammer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/languages/picprogrammer.h') diff --git a/src/languages/picprogrammer.h b/src/languages/picprogrammer.h index ef9e1cf..0cd3ac7 100644 --- a/src/languages/picprogrammer.h +++ b/src/languages/picprogrammer.h @@ -14,7 +14,7 @@ #include "externallanguage.h" -class KConfig; +class TDEConfig; class TDEProcess; @@ -61,11 +61,11 @@ class PicProgrammerSettings * Reads in custom ProgrammerConfigs from config. Any previously loaded * configurations stored in this class will removed first. */ - void load( KConfig * config ); + void load( TDEConfig * config ); /** * Saves the custom ProgrammConfigs to config. */ - void save( KConfig * config ); + void save( TDEConfig * config ); /** * @return the ProgrammConfig for the programmer with the given name. If * no such ProgrammerConfigs with the given name exist, then one will be -- cgit v1.2.3