diff options
Diffstat (limited to 'ktron')
-rw-r--r-- | ktron/Makefile.am | 2 | ||||
-rw-r--r-- | ktron/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ktron/Makefile.am b/ktron/Makefile.am index 6959bc3f..967d2913 100644 --- a/ktron/Makefile.am +++ b/ktron/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS=pics bin_PROGRAMS = ktron -INCLUDES = -I$(top_srcdir)/libkdegames $(all_includes) +INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes) ktron_SOURCES = ai.ui appearance.ui general.ui tron.cpp player.cpp ktron.cpp main.cpp settings.kcfgc ktron_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO) diff --git a/ktron/main.cpp b/ktron/main.cpp index 17be8fe1..2ccd65ef 100644 --- a/ktron/main.cpp +++ b/ktron/main.cpp @@ -41,7 +41,7 @@ int main(int argc, char* argv[]) KCmdLineArgs::init( argc, argv, &aboutData ); KApplication a; - KGlobal::locale()->insertCatalogue("libkdegames"); + KGlobal::locale()->insertCatalogue("libtdegames"); // used for loading background pixmaps KImageIO::registerFormats(); |