summaryrefslogtreecommitdiffstats
path: root/korn/boxcontainer.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:21 -0600
commit86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch)
tree97d3ac2c2f60780d9a1de4f82caac7cb27534501 /korn/boxcontainer.h
parenta9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff)
downloadtdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz
tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'korn/boxcontainer.h')
-rw-r--r--korn/boxcontainer.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/korn/boxcontainer.h b/korn/boxcontainer.h
index 765d28b1..e5f5a8f4 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