diff options
author | Timothy Pearson <[email protected]> | 2011-11-05 21:46:22 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-05 21:46:22 -0500 |
commit | 898d80dfae554b177a4f0a0d0f103b3b3976a6ea (patch) | |
tree | aedc02ad7983269381be9fc3ecf399321aabecea /kpoker | |
parent | cd42115f94ac82d512d0edcb4909a536243b514f (diff) | |
download | tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.tar.gz tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.zip |
Rename kde libraries to tde
Diffstat (limited to 'kpoker')
-rw-r--r-- | kpoker/Makefile.am | 2 | ||||
-rw-r--r-- | kpoker/main.cpp | 2 |
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) |