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/kornaccountcfgimpl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'korn/kornaccountcfgimpl.h') diff --git a/korn/kornaccountcfgimpl.h b/korn/kornaccountcfgimpl.h index 8e2f833e..0a765dcb 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; -- cgit v1.2.3