summaryrefslogtreecommitdiffstats
path: root/kpat
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:22 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-05 21:46:22 -0500
commit898d80dfae554b177a4f0a0d0f103b3b3976a6ea (patch)
treeaedc02ad7983269381be9fc3ecf399321aabecea /kpat
parentcd42115f94ac82d512d0edcb4909a536243b514f (diff)
downloadtdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.tar.gz
tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.zip
Rename kde libraries to tde
Diffstat (limited to 'kpat')
-rw-r--r--kpat/Makefile.am2
-rw-r--r--kpat/main.cpp2
2 files changed, 2 insertions, 2 deletions
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)