From da1522385e5367bae56b90fac55c4355e475905b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:38:54 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- parts/snippet/snippet_widget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'parts/snippet/snippet_widget.h') diff --git a/parts/snippet/snippet_widget.h b/parts/snippet/snippet_widget.h index 5277e8d5..1a0ef8c1 100644 --- a/parts/snippet/snippet_widget.h +++ b/parts/snippet/snippet_widget.h @@ -28,7 +28,7 @@ class TQPoint; class SnippetDlg; class SnippetItem; class KTextEdit; -class KConfig; +class TDEConfig; /** @@ -49,7 +49,7 @@ public: ~SnippetWidget(); TQPtrList * getList() { return (&_list); } void writeConfig(); - void initConfigOldVersion(KConfig *cfg); + void initConfigOldVersion(TDEConfig *cfg); SnippetConfig * getSnippetConfig() { return (&_SnippetConfig); } @@ -71,7 +71,7 @@ private: TQPtrList _list; TQMap _mapSaved; - KConfig * _cfg; + TDEConfig * _cfg; SnippetConfig _SnippetConfig; public slots: -- cgit v1.2.3