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 --- kpat/Makefile.am | 2 +- kpat/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kpat') diff --git a/kpat/Makefile.am b/kpat/Makefile.am index 0b193859..43692e30 100644 --- a/kpat/Makefile.am +++ b/kpat/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = -I$(top_srcdir)/libkdegames $(all_includes) +INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes) bin_PROGRAMS = kpat diff --git a/kpat/main.cpp b/kpat/main.cpp index 58ad8652..fcc213a8 100644 --- a/kpat/main.cpp +++ b/kpat/main.cpp @@ -58,7 +58,7 @@ int main( int argc, char **argv ) KCmdLineArgs* args = KCmdLineArgs::parsedArgs(); KApplication a; - KGlobal::locale()->insertCatalogue("libkdegames"); + KGlobal::locale()->insertCatalogue("libtdegames"); if (a.isRestored()) RESTORE(pWidget) -- cgit v1.2.1