summaryrefslogtreecommitdiffstats
path: root/parts/snippet/snippet_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/snippet/snippet_widget.h')
-rw-r--r--parts/snippet/snippet_widget.h6
1 files changed, 3 insertions, 3 deletions
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<SnippetItem> * getList() { return (&_list); }
void writeConfig();
- void initConfigOldVersion(KConfig *cfg);
+ void initConfigOldVersion(TDEConfig *cfg);
SnippetConfig * getSnippetConfig() { return (&_SnippetConfig); }
@@ -71,7 +71,7 @@ private:
TQPtrList<SnippetItem> _list;
TQMap<TQString, TQString> _mapSaved;
- KConfig * _cfg;
+ TDEConfig * _cfg;
SnippetConfig _SnippetConfig;
public slots: