diff options
Diffstat (limited to 'kgoldrunner')
-rw-r--r-- | kgoldrunner/src/Makefile.am | 2 | ||||
-rw-r--r-- | kgoldrunner/src/kgoldrunner.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kgoldrunner/src/Makefile.am b/kgoldrunner/src/Makefile.am index 2318bbdd..d259cbe4 100644 --- a/kgoldrunner/src/Makefile.am +++ b/kgoldrunner/src/Makefile.am @@ -5,7 +5,7 @@ bin_PROGRAMS = kgoldrunner # set the include path for X, qt and KDE -INCLUDES = -I$(top_srcdir)/libkdegames $(all_includes) +INCLUDES = -I$(top_srcdir)/libtdegames $(all_includes) # the library search path. kgoldrunner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor diff --git a/kgoldrunner/src/kgoldrunner.cpp b/kgoldrunner/src/kgoldrunner.cpp index 01b9176f..e4a34721 100644 --- a/kgoldrunner/src/kgoldrunner.cpp +++ b/kgoldrunner/src/kgoldrunner.cpp @@ -76,7 +76,7 @@ KGoldrunner::KGoldrunner() /******************************************************************************/ // Get catalog for translation - KGlobal::locale()->insertCatalogue("libkdegames"); + KGlobal::locale()->insertCatalogue("libtdegames"); // Tell the KMainWindow that this is the main widget setCentralWidget (view); |