From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- korn/boxcontainer.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'korn/boxcontainer.h') diff --git a/korn/boxcontainer.h b/korn/boxcontainer.h index 765d28b18..e5f5a8f4c 100644 --- a/korn/boxcontainer.h +++ b/korn/boxcontainer.h @@ -25,7 +25,7 @@ class BoxContainerItem; template< class T > class TQPtrList; -class KConfig; +class TDEConfig; /** * This class is the base for all BoxContainers. A BoxContainer is a place @@ -48,18 +48,18 @@ public: ~BoxContainer(); /** - * This method reads the config from a certain KConfig instance. + * This method reads the config from a certain TDEConfig instance. * - * @param config The KConfig-instance to read the config from. + * @param config The TDEConfig-instance to read the config from. */ - void readConfig( KConfig* config ); + void readConfig( TDEConfig* config ); /** - * This method writes the config to a certain KConfig instance. + * This method writes the config to a certain TDEConfig instance. * - * @param config The KConfig-instance to write the config to. + * @param config The TDEConfig-instance to write the config to. */ - void writeConfig( KConfig *config ); + void writeConfig( TDEConfig *config ); /** * Shows all childs and itself -- cgit v1.2.1