From f8069e2ea048f2657cc417d83820576ec55c181b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:49 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kbabel/commonui/context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kbabel/commonui/context.h') diff --git a/kbabel/commonui/context.h b/kbabel/commonui/context.h index 82c9ceb7..cb641c67 100644 --- a/kbabel/commonui/context.h +++ b/kbabel/commonui/context.h @@ -45,7 +45,7 @@ class TQComboBox; class TQVBoxLayout; class TQLineEdit; class KListEditor; -class KConfig; +class TDEConfig; class KURL; struct ContextInfo @@ -107,7 +107,7 @@ private: TQValueList resolvePath( const TQString& packageDir, const TQString& packageName, const TQString& gettextComment, const KURL& urlPoFile ); bool loadPart(); - /// Parent widget (for KIO::NetAccess member functions) + /// Parent widget (for TDEIO::NetAccess member functions) TQWidget* m_parent; KTextEditor::Document* _part; KTextEditor::View* _view; -- cgit v1.2.1