diff options
-rw-r--r-- | kommander/working/plugintemplate/kommanderplugin.kdevtemplate | 2 | ||||
-rw-r--r-- | quanta/README | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kommander/working/plugintemplate/kommanderplugin.kdevtemplate b/kommander/working/plugintemplate/kommanderplugin.kdevtemplate index 2e9b70b6..b5c3c303 100644 --- a/kommander/working/plugintemplate/kommanderplugin.kdevtemplate +++ b/kommander/working/plugintemplate/kommanderplugin.kdevtemplate @@ -52,7 +52,7 @@ Dest=%{dest}/Makefile.cvs [FILE7] Type=install -Source=%{tdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/tde-configure.in.in Dest=%{dest}/configure.in.in [FILE8] diff --git a/quanta/README b/quanta/README index aa6406b1..334fc374 100644 --- a/quanta/README +++ b/quanta/README @@ -90,9 +90,9 @@ following: - run "./configure" The recommended place where to install Quanta is your $TDEDIR. To find out, use -"kde-config --prefix" or simply configure Quanta with: +"tde-config --prefix" or simply configure Quanta with: -./configure --prefix `kde-config --prefix` +./configure --prefix `tde-config --prefix` If you use Quanta+ from SVN, or your ./configure script is missing, run "make -f Makefile.cvs" and you will get it. |