summaryrefslogtreecommitdiffstats
path: root/quanta/data/doc
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-16 19:16:00 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-16 19:16:00 +0000
commitac5fc7f293768c7dfa9c37b525871704bdc7f43e (patch)
tree8516a8450f9e022421f61d85e6154ae12991bf94 /quanta/data/doc
parente985f7e545f4739493965aad69bbecb136dc9346 (diff)
downloadtdewebdev-ac5fc7f293768c7dfa9c37b525871704bdc7f43e.tar.gz
tdewebdev-ac5fc7f293768c7dfa9c37b525871704bdc7f43e.zip
Fix Quanta data files
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237031 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/data/doc')
-rw-r--r--quanta/data/doc/faq.html6
-rw-r--r--quanta/data/doc/templates.html2
-rw-r--r--quanta/data/doc/tips.html2
3 files changed, 5 insertions, 5 deletions
diff --git a/quanta/data/doc/faq.html b/quanta/data/doc/faq.html
index 2f5fb651..e48a438d 100644
--- a/quanta/data/doc/faq.html
+++ b/quanta/data/doc/faq.html
@@ -126,11 +126,11 @@
<div class="fltop"><a href="#top">Top</a></div>
<div class="minihdr">2.3 Compiling Quanta Plus</div>
<div class="indent">
- <p>An assumption is made that you have the knowledge and ability to find and install any missing libraries that you may encounter. Basically, you need the headers from KDE, TQt, and GCC. If you don't know what was just said, then try the steps below and, if it doesn't work for you, then find yourself a Linux geek that can help.</p>
+ <p>An assumption is made that you have the knowledge and ability to find and install any missing libraries that you may encounter. Basically, you need the headers from KDE, Qt, and GCC. If you don't know what was just said, then try the steps below and, if it doesn't work for you, then find yourself a Linux geek that can help.</p>
<p>Type the following in a shell and see what you get:</p>
<ul>
<li>test `echo $KDEDIR` &amp;&amp; echo "yes" || echo "noKDE"</li>
- <li>test `echo $TQTDIR` &amp;&amp; echo "yes" || echo "noQT"</li>
+ <li>test `echo $QTDIR` &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 $KDEDIR 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>
+ <p>Please read 2.3 carefully again and make certain that you have exported the $KDEDIR 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>
</div>
<a name="2.5" />
<div class="fltop"><a href="#top">Top</a></div>
diff --git a/quanta/data/doc/templates.html b/quanta/data/doc/templates.html
index 0e6f3e82..3043187e 100644
--- a/quanta/data/doc/templates.html
+++ b/quanta/data/doc/templates.html
@@ -145,7 +145,7 @@ cool things we took into consideration when using templates in projects.
<p>Our goal with templates is to extend them to include multi file "concept" templates useful
for things like placing an order or creating an about section, Ideally this will be a tool for
making your work more productive and dynamic. An eventual goal is to have a structural template
-design mode to deal with site tqlayout and structure which you could use to design and interactively
+design mode to deal with site layout and structure which you could use to design and interactively
update your sites. If you would like to be involved contact us.
</p>
<br>
diff --git a/quanta/data/doc/tips.html b/quanta/data/doc/tips.html
index 81b26204..9efe6822 100644
--- a/quanta/data/doc/tips.html
+++ b/quanta/data/doc/tips.html
@@ -105,7 +105,7 @@
<li>You always have control where you place your templates so you can choose to move them. However, Quanta Plus does not track this, so you will need to change links. This is a good task for KFileReplace, which is now a plug-in as a KPart!</li>
</ul>
<p class="minihdr">Templates conclusion</p>
- <p>Our goal with templates is to extend them to include multi-file "concept" templates, useful for certain things, like placing an order or creating an about section. Ideally this will be a tool for making your work more productive and dynamic. An eventual goal is to have a structural template design mode to deal with site tqlayout and structure which you could use to design and interactively update your sites. If you would like to be involved, then contact us. </p>
+ <p>Our goal with templates is to extend them to include multi-file "concept" templates, useful for certain things, like placing an order or creating an about section. Ideally this will be a tool for making your work more productive and dynamic. An eventual goal is to have a structural template design mode to deal with site layout and structure which you could use to design and interactively update your sites. If you would like to be involved, then contact us. </p>
<a name="toolbars" />
<h2>Quanta Plus Toolbars</h2>
<p class="minihdr">Toolbar Description</p>