summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdir-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqdir-example.html')
-rw-r--r--doc/html/tqdir-example.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqdir-example.html b/doc/html/tqdir-example.html
index 1559e8094..6144bb26d 100644
--- a/doc/html/tqdir-example.html
+++ b/doc/html/tqdir-example.html
@@ -47,7 +47,7 @@ body { background: #ffffff; color: black; }
#include "../dirview/dirview.h"
#include "tqdir.h"
-#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
+#include &lt;<a href="tqapplication-h.html">tqapplication.h</a>&gt;
#include &lt;<a href="tqtextview-h.html">tqtextview.h</a>&gt;
#include &lt;<a href="tqfileinfo-h.html">tqfileinfo.h</a>&gt;
#include &lt;<a href="tqfile-h.html">tqfile.h</a>&gt;
@@ -328,7 +328,7 @@ int main( int argc, char ** argv )
<a href="tqstring.html">TQString</a> caption;
bool preview = FALSE;
bool custom = FALSE;
- <a href="ntqapplication.html">TQApplication</a> a( argc, argv );
+ <a href="tqapplication.html">TQApplication</a> a( argc, argv );
for (int i=1; i&lt;argc; i++) {
<a href="tqstring.html">TQString</a> arg = argv[i];
if ( arg == "-any" )
@@ -344,7 +344,7 @@ int main( int argc, char ** argv )
else if ( arg == "-custom" )
custom = TRUE;
else if ( arg[0] == '-' ) {
- <a href="ntqapplication.html#qDebug">tqDebug</a>("Usage: tqdir [-any | -dir | -custom] [-preview] [-default f] {-filter f} [caption ...]\n"
+ <a href="tqapplication.html#qDebug">tqDebug</a>("Usage: tqdir [-any | -dir | -custom] [-preview] [-default f] {-filter f} [caption ...]\n"
" -any Get any filename, need not exist.\n"
" -dir Return a directory rather than a file.\n"
" -custom Opens a customized TQFileDialog with \n"