diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:22 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:22 -0500 |
commit | 898d80dfae554b177a4f0a0d0f103b3b3976a6ea (patch) | |
tree | aedc02ad7983269381be9fc3ecf399321aabecea /kshisen | |
parent | cd42115f94ac82d512d0edcb4909a536243b514f (diff) | |
download | tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.tar.gz tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.zip |
Rename kde libraries to tde
Diffstat (limited to 'kshisen')
-rw-r--r-- | kshisen/Makefile.am | 2 | ||||
-rw-r--r-- | kshisen/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kshisen/Makefile.am b/kshisen/Makefile.am index 0badeae5..a3b4eaa7 100644 --- a/kshisen/Makefile.am +++ b/kshisen/Makefile.am @@ -1,6 +1,6 @@ -INCLUDES = -I$(top_srcdir)/libkdegames -I$(top_srcdir)/libkdegames/highscore $(all_includes) +INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes) PICDIR = $(kde_datadir)/kshisen/pics diff --git a/kshisen/main.cpp b/kshisen/main.cpp index 161cffec..4efd9747 100644 --- a/kshisen/main.cpp +++ b/kshisen/main.cpp @@ -63,7 +63,7 @@ int main(int argc, char **argv) KCmdLineArgs::init( argc, argv, &aboutData ); KApplication a; - KGlobal::locale()->insertCatalogue("libkdegames"); + KGlobal::locale()->insertCatalogue("libtdegames"); App *app = new App(); app->show(); |