From 86d8364ac704bdc8ad2dfcf52307d9626cfac567 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:37:21 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kmail/snippetwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/snippetwidget.cpp') diff --git a/kmail/snippetwidget.cpp b/kmail/snippetwidget.cpp index 0b4f271a..4997386e 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"); -- cgit v1.2.3