diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
commit | 86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch) | |
tree | 97d3ac2c2f60780d9a1de4f82caac7cb27534501 /korn/boxcontaineritem.h | |
parent | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff) | |
download | tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'korn/boxcontaineritem.h')
-rw-r--r-- | korn/boxcontaineritem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/boxcontaineritem.h b/korn/boxcontaineritem.h index f903feb8e..8672e4309 100644 --- a/korn/boxcontaineritem.h +++ b/korn/boxcontaineritem.h @@ -25,7 +25,7 @@ class KornMailSubject; class KActionCollection; -class KConfig; +class TDEConfig; class KPopupMenu; class TDEProcess; @@ -70,10 +70,10 @@ public: /** * This function reads the config. It stores the readed values in the class. * It also sets the DCOPObject-name. - * @param config The KConfigGroup-object which contains the configuration of this box. + * @param config The TDEConfigGroup-object which contains the configuration of this box. * @param index The index of the box used in the config-file */ - virtual void readConfig( KConfig* config, const int index ); + virtual void readConfig( TDEConfig* config, const int index ); public slots: /** |