From cc74f360bb40da3d79f58048f8e8611804980aa6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:30:47 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kcontrol/kio/useragentdlg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kcontrol/kio/useragentdlg.h') diff --git a/kcontrol/kio/useragentdlg.h b/kcontrol/kio/useragentdlg.h index f5b20ac0d..39885956d 100644 --- a/kcontrol/kio/useragentdlg.h +++ b/kcontrol/kio/useragentdlg.h @@ -27,11 +27,11 @@ #include -class KConfig; +class TDEConfig; class FakeUASProvider; class UserAgentDlgUI; -class UserAgentDlg : public KCModule +class UserAgentDlg : public TDECModule { Q_OBJECT @@ -76,7 +76,7 @@ private: // int d_itemsSelected; - KConfig *m_config; + TDEConfig *m_config; UserAgentDlgUI* dlg; }; -- cgit v1.2.1