diff options
Diffstat (limited to 'kmail/snippetwidget.cpp')
-rw-r--r-- | kmail/snippetwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/snippetwidget.cpp b/kmail/snippetwidget.cpp index 0b4f271a0..4997386e7 100644 --- a/kmail/snippetwidget.cpp +++ b/kmail/snippetwidget.cpp @@ -418,7 +418,7 @@ void SnippetWidget::writeConfig() void SnippetWidget::initConfig() { if (_cfg == NULL) - _cfg = new KConfig("kmailsnippetrc", false, false); + _cfg = new TDEConfig("kmailsnippetrc", false, false); _cfg->setGroup("SnippetPart"); |