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 --- kpoker/Makefile.am | 2 +- kpoker/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kpoker') diff --git a/kpoker/Makefile.am b/kpoker/Makefile.am index fd2041f9..9579f903 100644 --- a/kpoker/Makefile.am +++ b/kpoker/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = sounds -INCLUDES = -I$(top_srcdir)/libkdegames $(all_includes) +INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes) METASOURCES = AUTO KDE_ICON = kpoker diff --git a/kpoker/main.cpp b/kpoker/main.cpp index b4a27509..c8f2d1b5 100644 --- a/kpoker/main.cpp +++ b/kpoker/main.cpp @@ -41,7 +41,7 @@ int main( int argc, char *argv[] ) KCmdLineArgs::init( argc, argv, &aboutData ); KApplication myApp; - KGlobal::locale()->insertCatalogue("libkdegames"); + KGlobal::locale()->insertCatalogue("libtdegames"); if (myApp.isRestored()) RESTORE(PokerWindow) -- cgit v1.2.1