diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:42:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:42:07 -0600 |
commit | e4312018d88efdf7c3b3e8a0deed5f85525f9706 (patch) | |
tree | a43fa49ad1572ff0ae326bdc46843e94d849c876 /krArc | |
parent | 9d229a011046e69ced6b516990b28c304dd01c04 (diff) | |
download | krusader-e4312018d88efdf7c3b3e8a0deed5f85525f9706.tar.gz krusader-e4312018d88efdf7c3b3e8a0deed5f85525f9706.zip |
Additional renaming of kde to tde
Diffstat (limited to 'krArc')
-rw-r--r-- | krArc/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/krArc/Makefile.am b/krArc/Makefile.am index a931c41..f937598 100644 --- a/krArc/Makefile.am +++ b/krArc/Makefile.am @@ -1,4 +1,4 @@ -####### kdevelop will overwrite this part!!! (begin)########## +####### tdevelop will overwrite this part!!! (begin)########## kde_module_LTLIBRARIES = kio_krarc.la @@ -26,7 +26,7 @@ install-data-local: uninstall-local: rm -f $(DESTDIR)$(kde_servicesdir)/krarc.protocol -####### kdevelop will overwrite this part!!! (end)############ +####### tdevelop will overwrite this part!!! (end)############ # These paths are KDE specific. Use them: # kde_appsdir Where your application's menu entry (.desktop) should go to. # kde_icondir Where your icon should go to - better use KDE_ICON. @@ -50,7 +50,7 @@ uninstall-local: # make messages.po. Move this one to ../po/ and "make merge" in po -# the -x is for skipping messages already translated in kdelibs +# the -x is for skipping messages already translated in tdelibs messages: LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \ if test -n "$$LIST"; then \ |