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 --- ktuberling/toplevel.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ktuberling') diff --git a/ktuberling/toplevel.cpp b/ktuberling/toplevel.cpp index cec08987..2f3cf8ef 100644 --- a/ktuberling/toplevel.cpp +++ b/ktuberling/toplevel.cpp @@ -212,7 +212,7 @@ void TopLevel::playSound(const TQString &ref) const // Read options from preferences file void TopLevel::readOptions() { - KConfig *config; + TDEConfig *config; TQString option; config = TDEApplication::kApplication()->config(); @@ -236,7 +236,7 @@ void TopLevel::readOptions() // Write options to preferences file void TopLevel::writeOptions() { - KConfig *config; + TDEConfig *config; config = TDEApplication::kApplication()->config(); @@ -304,7 +304,7 @@ void TopLevel::open(const KURL &url) TQString name; - KIO::NetAccess::download(url, name, this); + TDEIO::NetAccess::download(url, name, this); playGround->reset(); @@ -316,7 +316,7 @@ void TopLevel::open(const KURL &url) playGround->repaintAll(); - KIO::NetAccess::removeTempFile( name ); + TDEIO::NetAccess::removeTempFile( name ); } // Save gameboard -- cgit v1.2.1