summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/kommander/extending.docbook4
-rw-r--r--kommander/editor/mainwindowactions.cpp2
-rw-r--r--quanta/README4
-rw-r--r--quanta/data/doc/faq.html4
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/kommander/extending.docbook b/doc/kommander/extending.docbook
index a0961efa..f4323828 100644
--- a/doc/kommander/extending.docbook
+++ b/doc/kommander/extending.docbook
@@ -346,9 +346,9 @@ mykomplugin.cpp, compiling and installing your plugin would involve
something similar to the following commands:
</para>
<screen>
-libtool --mode=compile g++ -$TDEDIR/include -IQTDIR/include \
+libtool --mode=compile g++ -$TDEDIR/include -ITQTDIR/include \
-I. -fPIC -c komlineedit.cpp
-libtool --mode=compile g++ -$TDEDIR/include -IQTDIR/include \
+libtool --mode=compile g++ -$TDEDIR/include -ITQTDIR/include \
-I. -fPIC -c mykomplugin.cpp
libtool --mode=link g++ -shared -L$TDEDIR/lib -ltdeui -lkommanderwidget \
diff --git a/kommander/editor/mainwindowactions.cpp b/kommander/editor/mainwindowactions.cpp
index eb8fd6b3..36270590 100644
--- a/kommander/editor/mainwindowactions.cpp
+++ b/kommander/editor/mainwindowactions.cpp
@@ -808,7 +808,7 @@ void MainWindow::createNewTemplate()
}
TQStringList templRoots;
- const char *qtdir = getenv("QTDIR");
+ const char *qtdir = getenv("TQTDIR");
if (qtdir)
templRoots << qtdir;
#ifdef TQT_INSTALL_PREFIX
diff --git a/quanta/README b/quanta/README
index 74cec194..06aa0ba1 100644
--- a/quanta/README
+++ b/quanta/README
@@ -85,7 +85,7 @@ make install (as root)
Should you have trouble during ./configure or the make process, try the
following:
- export TDEDIRS=<path to kde installation>:$TDEDIRS
- - export QTDIR=<path to qt3>
+ - export TQTDIR=<path to qt3>
- run "make -f Makefile.cvs"
- run "./configure"
@@ -168,7 +168,7 @@ copytos.h:17: forward declaration of `class KURLRequester'
You can use the qtconfig tool to do this.
- recompile the QT tools (uic, designer) if you have upgraded tdelibs
(or QT).
- - check that your $TDEDIR and $QTDIR path is set correctly.
+ - check that your $TDEDIR and $TQTDIR path is set correctly.
- do an
export kde_widgetdir="$TDEDIR/lib/trinity/plugins/designer"
(or whatever command your shell uses for environment variable setting)
diff --git a/quanta/data/doc/faq.html b/quanta/data/doc/faq.html
index c054b95f..c6bfb6ec 100644
--- a/quanta/data/doc/faq.html
+++ b/quanta/data/doc/faq.html
@@ -130,7 +130,7 @@
<p>Type the following in a shell and see what you get:</p>
<ul>
<li>test `echo $TDEDIR` &amp;&amp; echo "yes" || echo "noKDE"</li>
- <li>test `echo $QTDIR` &amp;&amp; echo "yes" || echo "noQT"</li>
+ <li>test `echo $TQTDIR` &amp;&amp; echo "yes" || echo "noQT"</li>
</ul>
<p>If you don't get two yes answers, then you need to find the location of the one that failed and export it to your current shell environment.</p>
<p>Then it is as simple as:</p>
@@ -145,7 +145,7 @@
<div class="fltop"><a href="#top">Top</a></div>
<div class="minihdr">2.4 I get error <i>X</i> when running ./configure</div>
<div class="indent">
- <p>Please read 2.3 carefully again and make certain that you have exported the $TDEDIR and $QTDIR environment variables. This is the most likely cause. Aside from that, if you are missing something very important, then configure will tell you what it needs.</p>
+ <p>Please read 2.3 carefully again and make certain that you have exported the $TDEDIR and $TQTDIR environment variables. This is the most likely cause. Aside from that, if you are missing something very important, then configure will tell you what it needs.</p>
</div>
<a name="2.5" />
<div class="fltop"><a href="#top">Top</a></div>