summaryrefslogtreecommitdiffstats
path: root/khangman
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:30:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:30:02 -0600
commitbd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a (patch)
tree52d4169a0cbc039b87bf4f8460ba8a43181cca0c /khangman
parent79b1ad253e1e8619302756d8003985aec0b1a1e2 (diff)
downloadtdeedu-bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a.tar.gz
tdeedu-bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a.zip
Additional kde to tde renaming
Diffstat (limited to 'khangman')
-rw-r--r--khangman/khangman/Makefile.am2
-rw-r--r--khangman/khangman/khangman.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/khangman/khangman/Makefile.am b/khangman/khangman/Makefile.am
index 011453af..474e78f6 100644
--- a/khangman/khangman/Makefile.am
+++ b/khangman/khangman/Makefile.am
@@ -17,7 +17,7 @@ INCLUDES= -I$(top_srcdir)/libkdeedu/kdeeducore $(all_includes)
METASOURCES = AUTO
# the library search path.
-khangman_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
+khangman_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
rc_DATA = khangmanui.rc
rcdir = $(kde_datadir)/khangman
diff --git a/khangman/khangman/khangman.cpp b/khangman/khangman/khangman.cpp
index 14e26e8e..b0492ac0 100644
--- a/khangman/khangman/khangman.cpp
+++ b/khangman/khangman/khangman.cpp
@@ -232,7 +232,7 @@ void KHangMan::setLanguages()
}
// We look in $KDEDIR/share/locale/all_languages from
- // kdelibs/kdecore/all_languages to find the name of the country
+ // kdelibs/tdecore/all_languages to find the name of the country
// corresponding to the code and the language the user set.
KConfig entry(locate("locale", "all_languages"));
const TQStringList::ConstIterator itEnd = m_languages.end();