diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:02 -0600 |
commit | bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a (patch) | |
tree | 52d4169a0cbc039b87bf4f8460ba8a43181cca0c /klettres | |
parent | 79b1ad253e1e8619302756d8003985aec0b1a1e2 (diff) | |
download | tdeedu-bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a.tar.gz tdeedu-bd17e6ca5c6aeaaddab4e1f0dc2ccb460166626a.zip |
Additional kde to tde renaming
Diffstat (limited to 'klettres')
-rw-r--r-- | klettres/klettres/Makefile.am | 2 | ||||
-rw-r--r-- | klettres/klettres/klettres.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/klettres/klettres/Makefile.am b/klettres/klettres/Makefile.am index 9618e458..9dc4ccbc 100644 --- a/klettres/klettres/Makefile.am +++ b/klettres/klettres/Makefile.am @@ -24,7 +24,7 @@ METASOURCES = AUTO KDE_ICON = AUTO # the library search path. -klettres_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +klettres_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/klettres.pot; diff --git a/klettres/klettres/klettres.cpp b/klettres/klettres/klettres.cpp index ba72ec99..c2c056f0 100644 --- a/klettres/klettres/klettres.cpp +++ b/klettres/klettres/klettres.cpp @@ -129,7 +129,7 @@ void KLettres::findLanguages() if (!config->readEntry(tmp)) config->writeEntry(tmp, TQString(TQDate::tqcurrentDate().toString())); } - //we look in $KDEDIR/share/locale/all_languages from /kdelibs/kdecore/all_languages + //we look in $KDEDIR/share/locale/all_languages from /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")); |