summaryrefslogtreecommitdiffstats
path: root/ksame
diff options
context:
space:
mode:
Diffstat (limited to 'ksame')
-rw-r--r--ksame/Makefile.am2
-rw-r--r--ksame/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/ksame/Makefile.am b/ksame/Makefile.am
index 6b81376d..95acdfb7 100644
--- a/ksame/Makefile.am
+++ b/ksame/Makefile.am
@@ -1,6 +1,6 @@
bin_PROGRAMS = ksame
-INCLUDES = -I$(top_srcdir)/libkdegames -I$(top_srcdir)/libkdegames/highscore $(all_includes)
+INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/highscore $(all_includes)
ksame_SOURCES= main.cpp StoneField.cpp StoneWidget.cpp KSameWidget.cpp
ksame_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
diff --git a/ksame/main.cpp b/ksame/main.cpp
index 30423f16..91e87e75 100644
--- a/ksame/main.cpp
+++ b/ksame/main.cpp
@@ -41,7 +41,7 @@ int main( int argc, char **argv ) {
KApplication::setColorSpec(TQApplication::ManyColor+TQApplication::CustomColor);
KApplication a;
- KGlobal::locale()->insertCatalogue("libkdegames");
+ KGlobal::locale()->insertCatalogue("libtdegames");
KSameWidget *w = new KSameWidget;
if (kapp->isRestored()) {