From f3141fbf4b9ff6dd0f37e08aa552ab71e8f391c7 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:45:16 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kbounce/game.cpp | 2 +- kbounce/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kbounce') diff --git a/kbounce/game.cpp b/kbounce/game.cpp index 7b655905..5ba84ee0 100644 --- a/kbounce/game.cpp +++ b/kbounce/game.cpp @@ -429,7 +429,7 @@ void JezzGame::display( const TQString &text, int size ) { //kdDebug(12008) << "text = " << text << endl; - TQFont font = KGlobalSettings::generalFont(); + TQFont font = TDEGlobalSettings::generalFont(); font.setBold(true); font.setPointSize(size); m_text->setFont( font ); diff --git a/kbounce/main.cpp b/kbounce/main.cpp index e2b5f79a..ebbfa6b0 100644 --- a/kbounce/main.cpp +++ b/kbounce/main.cpp @@ -56,7 +56,7 @@ int main(int argc, char **argv) TQApplication::setColorSpec(TQApplication::ManyColor); TDEApplication a; - KGlobal::locale()->insertCatalogue("libtdegames"); + TDEGlobal::locale()->insertCatalogue("libtdegames"); ExtManager manager; -- cgit v1.2.1