summaryrefslogtreecommitdiffstats
path: root/korn/kornaccountcfgimpl.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/kornaccountcfgimpl.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/kornaccountcfgimpl.h')
-rw-r--r--korn/kornaccountcfgimpl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/korn/kornaccountcfgimpl.h b/korn/kornaccountcfgimpl.h
index 8e2f833e1..0a765dcbd 100644
--- a/korn/kornaccountcfgimpl.h
+++ b/korn/kornaccountcfgimpl.h
@@ -21,7 +21,7 @@
#include "kornaccountcfg.h"
-class KConfigGroup;
+class TDEConfigGroup;
class KURLRequester;
class TQVBoxLayout;
@@ -42,7 +42,7 @@ public:
KornAccountCfgImpl( TQWidget * parent = 0, const char * name = 0 );
~KornAccountCfgImpl();
- void readConfig( KConfigGroup *config, TQMap< TQString, TQString > *entries, int boxnr, int accountnr );
+ void readConfig( TDEConfigGroup *config, TQMap< TQString, TQString > *entries, int boxnr, int accountnr );
void writeConfig();
public slots:
@@ -55,7 +55,7 @@ private slots:
void slotOK();
void slotCancel();
private:
- KConfigGroup *_config;
+ TDEConfigGroup *_config;
int _fields;
int _urlfields;
int _boxnr, _accountnr;