summaryrefslogtreecommitdiffstats
path: root/kasteroids/view.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:45:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:45:16 -0600
commitf3141fbf4b9ff6dd0f37e08aa552ab71e8f391c7 (patch)
treeb312fd7d5b7a34b88941b2fc50661431637b78b4 /kasteroids/view.cpp
parent23a5c62758c4898e3afc1b8bb4c3ae78f4b526ac (diff)
downloadtdegames-f3141fbf4b9ff6dd0f37e08aa552ab71e8f391c7.tar.gz
tdegames-f3141fbf4b9ff6dd0f37e08aa552ab71e8f391c7.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kasteroids/view.cpp')
-rw-r--r--kasteroids/view.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kasteroids/view.cpp b/kasteroids/view.cpp
index e203ffb5..3d886d7d 100644
--- a/kasteroids/view.cpp
+++ b/kasteroids/view.cpp
@@ -81,7 +81,7 @@ KAsteroidsView::KAsteroidsView( TQWidget *parent, const char *name )
field.setBackgroundPixmap( pm );
textSprite = new TQCanvasText( &field );
- TQFont font( KGlobalSettings::generalFont().family(), 18 );
+ TQFont font( TDEGlobalSettings::generalFont().family(), 18 );
textSprite->setFont( font );
shield = 0;
@@ -230,7 +230,7 @@ void KAsteroidsView::brake( bool b )
void KAsteroidsView::readSprites()
{
TQString sprites_prefix =
- KGlobal::dirs()->findResourceDir("sprite", "rock1/rock10000.png");
+ TDEGlobal::dirs()->findResourceDir("sprite", "rock1/rock10000.png");
int i = 0;
while ( kas_animations[i].id )