diff options
Diffstat (limited to 'kblackbox')
-rw-r--r-- | kblackbox/Makefile.am | 2 | ||||
-rw-r--r-- | kblackbox/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kblackbox/Makefile.am b/kblackbox/Makefile.am index 0971069d..6a2a1320 100644 --- a/kblackbox/Makefile.am +++ b/kblackbox/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = pics -INCLUDES = -I$(top_srcdir)/libkdegames $(all_includes) +INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes) bin_PROGRAMS = kblackbox kblackbox_SOURCES = kbbgfx.cpp kbbgame.cpp util.cpp main.cpp diff --git a/kblackbox/main.cpp b/kblackbox/main.cpp index ba0db293..422dde44 100644 --- a/kblackbox/main.cpp +++ b/kblackbox/main.cpp @@ -33,7 +33,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(KBBGame) |