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 --- libkcal/freebusyurlstore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkcal/freebusyurlstore.cpp') diff --git a/libkcal/freebusyurlstore.cpp b/libkcal/freebusyurlstore.cpp index 2e913d56f..62cf26e6e 100644 --- a/libkcal/freebusyurlstore.cpp +++ b/libkcal/freebusyurlstore.cpp @@ -42,7 +42,7 @@ FreeBusyUrlStore *FreeBusyUrlStore::self() FreeBusyUrlStore::FreeBusyUrlStore() { TQString configFile = locateLocal( "data", "korganizer/freebusyurls" ); - mConfig = new KConfig( configFile ); + mConfig = new TDEConfig( configFile ); } FreeBusyUrlStore::~FreeBusyUrlStore() -- cgit v1.2.1