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 --- klines/Makefile.am | 2 +- klines/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'klines') diff --git a/klines/Makefile.am b/klines/Makefile.am index f662a0e4..7c979128 100644 --- a/klines/Makefile.am +++ b/klines/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) METASOURCES = AUTO bin_PROGRAMS = klines diff --git a/klines/main.cpp b/klines/main.cpp index 66f5959c..360a0432 100644 --- a/klines/main.cpp +++ b/klines/main.cpp @@ -43,7 +43,7 @@ int main( int argc, char **argv ) KCmdLineArgs::init(argc, argv, &aboutData); KApplication a; - KGlobal::locale()->insertCatalogue("libkdegames"); + KGlobal::locale()->insertCatalogue("libtdegames"); if (a.isRestored()) RESTORE(KLines) -- cgit v1.2.1