summaryrefslogtreecommitdiffstats
path: root/kbounce
diff options
context:
space:
mode:
Diffstat (limited to 'kbounce')
-rw-r--r--kbounce/game.cpp2
-rw-r--r--kbounce/main.cpp2
2 files changed, 2 insertions, 2 deletions
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;