summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/assistant/book/assistant.leaf2
-rw-r--r--tools/designer/designer/customwidgeteditor.ui2
-rw-r--r--tools/designer/designer/designer_de.ts2
-rw-r--r--tools/designer/designer/designer_fr.ts2
-rw-r--r--tools/designer/designer/mainwindowactions.cpp2
-rw-r--r--tools/designer/designer/newformimpl.cpp2
-rw-r--r--tools/designer/plugins/cppeditor/yyreg.cpp4
-rw-r--r--tools/linguist/qdoc.conf10
-rw-r--r--tools/maketqpf/main.cpp2
-rw-r--r--tools/qconfig/main.cpp4
10 files changed, 16 insertions, 16 deletions
diff --git a/tools/assistant/book/assistant.leaf b/tools/assistant/book/assistant.leaf
index f8a73850..7f884ab4 100644
--- a/tools/assistant/book/assistant.leaf
+++ b/tools/assistant/book/assistant.leaf
@@ -550,7 +550,7 @@ See the HelpDemo example in the TQt distribution for a demonstration
on how to use \QA with profiles for your own applications.
When distributing \QA with your application, you will also need to
-copy the icon files from the \c QTDIR/tools/assistant/images
+copy the icon files from the \c TQTDIR/tools/assistant/images
directory so that \QA finds its icons.
\omit
diff --git a/tools/designer/designer/customwidgeteditor.ui b/tools/designer/designer/customwidgeteditor.ui
index a8623cff..ac811091 100644
--- a/tools/designer/designer/customwidgeteditor.ui
+++ b/tools/designer/designer/customwidgeteditor.ui
@@ -186,7 +186,7 @@
</property>
<property name="whatsThis" stdset="0">
<string>&lt;b&gt;Load Descriptions&lt;/b&gt;&lt;p&gt;Loads a file which contains descriptions of custom widgets, so that these custom widgets can be used in the TQt Designer.&lt;/p&gt;
-&lt;p&gt;Since it is a lot of work to type in all the information for custom widgets, you should consider using the tqtcreatecw tool which is in $QTDIR/tools/designer/tools/tqtcreatecw. Using tqtcreatecw you can create custom widget description files for your custom widgets without the need to type in all the information manually. For more information about the README file in the tqtcreatecw directory&lt;/p&gt;</string>
+&lt;p&gt;Since it is a lot of work to type in all the information for custom widgets, you should consider using the tqtcreatecw tool which is in $TQTDIR/tools/designer/tools/tqtcreatecw. Using tqtcreatecw you can create custom widget description files for your custom widgets without the need to type in all the information manually. For more information about the README file in the tqtcreatecw directory&lt;/p&gt;</string>
</property>
</widget>
<widget class="TQPushButton" row="4" column="1">
diff --git a/tools/designer/designer/designer_de.ts b/tools/designer/designer/designer_de.ts
index eef18c42..fb1556f5 100644
--- a/tools/designer/designer/designer_de.ts
+++ b/tools/designer/designer/designer_de.ts
@@ -424,7 +424,7 @@ so it is not possible to rename it to this name.</source>
</message>
<message encoding="UTF-8">
<source>&lt;b&gt;Load Descriptions&lt;/b&gt;&lt;p&gt;Loads a file which contains descriptions of custom widgets, so that these custom widgets can be used in the TQt Designer.&lt;/p&gt;
-&lt;p&gt;As it is a lot of work to type in all the information for custom widgets, you should check the tool tqtcreatecw which you can find in $QTDIR/tools/designer/tools/tqtcreatecw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory&lt;/p&gt;</source>
+&lt;p&gt;As it is a lot of work to type in all the information for custom widgets, you should check the tool tqtcreatecw which you can find in $TQTDIR/tools/designer/tools/tqtcreatecw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory&lt;/p&gt;</source>
<translation type="unfinished"></translation>
</message>
<message encoding="UTF-8">
diff --git a/tools/designer/designer/designer_fr.ts b/tools/designer/designer/designer_fr.ts
index eef18c42..fb1556f5 100644
--- a/tools/designer/designer/designer_fr.ts
+++ b/tools/designer/designer/designer_fr.ts
@@ -424,7 +424,7 @@ so it is not possible to rename it to this name.</source>
</message>
<message encoding="UTF-8">
<source>&lt;b&gt;Load Descriptions&lt;/b&gt;&lt;p&gt;Loads a file which contains descriptions of custom widgets, so that these custom widgets can be used in the TQt Designer.&lt;/p&gt;
-&lt;p&gt;As it is a lot of work to type in all the information for custom widgets, you should check the tool tqtcreatecw which you can find in $QTDIR/tools/designer/tools/tqtcreatecw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory&lt;/p&gt;</source>
+&lt;p&gt;As it is a lot of work to type in all the information for custom widgets, you should check the tool tqtcreatecw which you can find in $TQTDIR/tools/designer/tools/tqtcreatecw. Using that tool you can create custom widget description files for your custom widgets without the need of typing in all that information. For more information about that see the README file in that directory&lt;/p&gt;</source>
<translation type="unfinished"></translation>
</message>
<message encoding="UTF-8">
diff --git a/tools/designer/designer/mainwindowactions.cpp b/tools/designer/designer/mainwindowactions.cpp
index c0b4210b..2a5bf1c0 100644
--- a/tools/designer/designer/mainwindowactions.cpp
+++ b/tools/designer/designer/mainwindowactions.cpp
@@ -1447,7 +1447,7 @@ void MainWindow::createNewTemplate()
}
TQStringList templRoots;
- const char *qtdir = getenv( "QTDIR" );
+ const char *qtdir = getenv( "TQTDIR" );
if(qtdir)
templRoots << qtdir;
templRoots << tqInstallPathData();
diff --git a/tools/designer/designer/newformimpl.cpp b/tools/designer/designer/newformimpl.cpp
index 8bbc41f2..df7b99f2 100644
--- a/tools/designer/designer/newformimpl.cpp
+++ b/tools/designer/designer/newformimpl.cpp
@@ -286,7 +286,7 @@ void NewForm::insertTemplates( TQIconView *tView,
TQString templPath = templatePath;
TQStringList templRoots;
- const char *qtdir = getenv( "QTDIR" );
+ const char *qtdir = getenv( "TQTDIR" );
if(qtdir)
templRoots << qtdir;
templRoots << tqInstallPathData();
diff --git a/tools/designer/plugins/cppeditor/yyreg.cpp b/tools/designer/plugins/cppeditor/yyreg.cpp
index 7cc81ff2..1f06a02e 100644
--- a/tools/designer/plugins/cppeditor/yyreg.cpp
+++ b/tools/designer/plugins/cppeditor/yyreg.cpp
@@ -48,8 +48,8 @@
you might want to read other simpler parsers written in the same
style:
- $(QTDIR)/src/tools/qregexp.cpp
- $(QTDIR)/tools/inspector/cppparser.cpp
+ $(TQTDIR)/src/tools/qregexp.cpp
+ $(TQTDIR)/tools/inspector/cppparser.cpp
You might also want to read Section 2 in the Dragon Book.
*/
diff --git a/tools/linguist/qdoc.conf b/tools/linguist/qdoc.conf
index 27ba5efe..b7a8039a 100644
--- a/tools/linguist/qdoc.conf
+++ b/tools/linguist/qdoc.conf
@@ -1,8 +1,8 @@
-SOURCEDIRS = $QTDIR/tools/linguist/doc
-DOCDIRS = $QTDIR/tools/linguist/doc
-EXAMPLEDIRS = $QTDIR/tools/linguist/tutorial
-OUTPUTDIR = $QTDIR/tools/linguist/doc/html
-BASE = file:$QTDIR/tools/linguist/doc/html/
+SOURCEDIRS = $TQTDIR/tools/linguist/doc
+DOCDIRS = $TQTDIR/tools/linguist/doc
+EXAMPLEDIRS = $TQTDIR/tools/linguist/tutorial
+OUTPUTDIR = $TQTDIR/tools/linguist/doc/html
+BASE = file:$TQTDIR/tools/linguist/doc/html/
COMPANY = Trolltech
PRODUCT = TQt Linguist
VERSIONSYM = TQT_VERSION_STR
diff --git a/tools/maketqpf/main.cpp b/tools/maketqpf/main.cpp
index 3a1fec48..10519eb2 100644
--- a/tools/maketqpf/main.cpp
+++ b/tools/maketqpf/main.cpp
@@ -150,7 +150,7 @@ public:
view->addColumn("Weight");
view->addColumn("Style");
setCentralWidget(view);
- TQString fontdir = TQString(getenv("QTDIR")) + "/lib/fonts";
+ TQString fontdir = TQString(getenv("TQTDIR")) + "/lib/fonts";
readFontDir(fontdir);
connect(view,SIGNAL(selectionChanged(TQListViewItem*)),
diff --git a/tools/qconfig/main.cpp b/tools/qconfig/main.cpp
index b891cac0..4e46f0de 100644
--- a/tools/qconfig/main.cpp
+++ b/tools/qconfig/main.cpp
@@ -331,7 +331,7 @@ void Main::save()
void Main::testAll()
{
- TQString qtdir = getenv("QTDIR");
+ TQString qtdir = getenv("TQTDIR");
chdir((qtdir+"/src").ascii());
TQString c;
for (TQStringList::ConstIterator it = choices.begin(); it != choices.end(); ++it)
@@ -712,7 +712,7 @@ int main(int argc, char** argv)
{
TQApplication app(argc,argv);
Main m;
- TQString qtdir = getenv("QTDIR");
+ TQString qtdir = getenv("TQTDIR");
TQString qfeatures = qtdir + "/src/tools/qfeatures.txt";
//TQString qfeatures = qtdir + "/include/ntqfeatures.h";
TQString qconfig = qtdir + "/include/ntqconfig.h";