From 898d80dfae554b177a4f0a0d0f103b3b3976a6ea Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 5 Nov 2011 21:46:22 -0500 Subject: Rename kde libraries to tde --- ksnake/Makefile.am | 2 +- ksnake/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ksnake') diff --git a/ksnake/Makefile.am b/ksnake/Makefile.am index 12e66678..ee14c965 100644 --- a/ksnake/Makefile.am +++ b/ksnake/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = -I$(top_srcdir)/libkdegames -I$(top_srcdir)/libkdegames/highscore/ $(all_includes) +INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore/ $(all_includes) noinst_HEADERS = game.h rattler.h board.h bitmaps.h \ level.h ball.h snake.h basket.h startroom.h \ diff --git a/ksnake/main.cpp b/ksnake/main.cpp index 0ff21c66..abdafd73 100644 --- a/ksnake/main.cpp +++ b/ksnake/main.cpp @@ -44,7 +44,7 @@ int main( int argc, char **argv ) KCmdLineArgs::init( argc, argv, &aboutData ); KApplication app; - KGlobal::locale()->insertCatalogue("libkdegames"); + KGlobal::locale()->insertCatalogue("libtdegames"); Game *ksnake = new Game(); app.setMainWidget( ksnake ); -- cgit v1.2.1