diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:44:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:44:41 -0600 |
commit | 0bb874205835359d8c5eee23e213c3964895994f (patch) | |
tree | 3837e07000903166c5123c1cd73b83f6c380261b | |
parent | d1ade2755a25b9453853ee6050f8d7f4dcb2ba6a (diff) | |
download | tqtinterface-0bb874205835359d8c5eee23e213c3964895994f.tar.gz tqtinterface-0bb874205835359d8c5eee23e213c3964895994f.zip |
Additional renaming of kde to tde
-rw-r--r-- | configure.in.in | 2 | ||||
-rw-r--r-- | qtinterface/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in.in b/configure.in.in index a51ed63..034737b 100644 --- a/configure.in.in +++ b/configure.in.in @@ -8,7 +8,7 @@ AC_INIT(acinclude.m4) dnl a source file from your sub dir dnl This is so we can use kde-common AC_CONFIG_AUX_DIR(admin) -dnl Setting the prefix for kdelibs uses a special version of KDE_SET_PREFIX +dnl Setting the prefix for tdelibs uses a special version of KDE_SET_PREFIX dnl (since that one normally looks for existing kde installations) KDE_SET_PREFIX_CORE diff --git a/qtinterface/Makefile.am b/qtinterface/Makefile.am index 5c0083d..15f51bc 100644 --- a/qtinterface/Makefile.am +++ b/qtinterface/Makefile.am @@ -1,4 +1,4 @@ -# This Makefile.am was taken from the kdelibs distribution and +# This Makefile.am was taken from the tdelibs distribution and # modified for tqtinterface. Timothy Pearson (6/29/2010) # # Copyright (c) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net> |