summaryrefslogtreecommitdiffstats
path: root/kpoker
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 /kpoker
parentcd42115f94ac82d512d0edcb4909a536243b514f (diff)
downloadtdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.tar.gz
tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.zip
Rename kde libraries to tde
Diffstat (limited to 'kpoker')
-rw-r--r--kpoker/Makefile.am2
-rw-r--r--kpoker/main.cpp2
2 files changed, 2 insertions, 2 deletions
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)