From 2f84d0e2d3d4252e6aee24aceafa45dbdb7f4d1d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:32:59 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- libtdegames/kchatbase.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtdegames/kchatbase.cpp') diff --git a/libtdegames/kchatbase.cpp b/libtdegames/kchatbase.cpp index 771975ca..5422c552 100644 --- a/libtdegames/kchatbase.cpp +++ b/libtdegames/kchatbase.cpp @@ -465,7 +465,7 @@ const TQFont& KChatBase::systemNameFont() const const TQFont& KChatBase::systemMessageFont() const { return d->mSystemMessageFont; } -void KChatBase::saveConfig(KConfig* conf) +void KChatBase::saveConfig(TDEConfig* conf) { TQString oldGroup; if (!conf) { @@ -485,7 +485,7 @@ void KChatBase::saveConfig(KConfig* conf) } } -void KChatBase::readConfig(KConfig* conf) +void KChatBase::readConfig(TDEConfig* conf) { TQString oldGroup; if (!conf) { -- cgit v1.2.3