diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:50:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:50:19 -0600 |
commit | c954cd41d38d75615d182ca8649fb4320148bdb3 (patch) | |
tree | 125eb6216c2d08800783cf36d87013b4df8d8b3e /klettres | |
parent | 3fe5b9df0c463a3e9508242ab01f4c0242cf988b (diff) | |
download | tdeedu-c954cd41d38d75615d182ca8649fb4320148bdb3.tar.gz tdeedu-c954cd41d38d75615d182ca8649fb4320148bdb3.zip |
Additional renaming of kde to tde
Diffstat (limited to 'klettres')
-rw-r--r-- | klettres/Makefile.am | 4 | ||||
-rw-r--r-- | klettres/klettres/Makefile.am | 6 | ||||
-rw-r--r-- | klettres/klettres/klettres.cpp | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/klettres/Makefile.am b/klettres/Makefile.am index fec74446..b08b3af1 100644 --- a/klettres/Makefile.am +++ b/klettres/Makefile.am @@ -1,10 +1,10 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## SUBDIRS = klettres EXTRA_DIST = klettres.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO klettres.lsm -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ # not a GNU package. You can remove this line, if # have all needed files, that a GNU package needs AUTOMAKE_OPTIONS = foreign diff --git a/klettres/klettres/Makefile.am b/klettres/klettres/Makefile.am index 80e878a2..dc6c2578 100644 --- a/klettres/klettres/Makefile.am +++ b/klettres/klettres/Makefile.am @@ -1,7 +1,7 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## bin_PROGRAMS = klettres -## INCLUDES were found outside kdevelop specific part +## INCLUDES were found outside tdevelop specific part klettres_SOURCES = fontsdlg.ui klettres.cpp klnewstuff.cpp main.cpp klettresview.cpp soundfactory.cpp prefs.kcfgc timerdlg.ui timer.cpp klettres_LDADD = $(LIB_TDEUI) -lknewstuff @@ -15,7 +15,7 @@ kde_conf_DATA = klettresrc appdir = $(kde_datadir)/klettres app_DATA = klettresui.rc -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ # set the include path for X, qt and KDE INCLUDES= $(all_includes) diff --git a/klettres/klettres/klettres.cpp b/klettres/klettres/klettres.cpp index c2c056f0..d1f96e59 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/tdecore/all_languages + //we look in $KDEDIR/share/locale/all_languages from /tdelibs/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")); |