diff options
Diffstat (limited to 'doc/html/tqdir-example.html')
-rw-r--r-- | doc/html/tqdir-example.html | 6 |
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 <<a href="qapplication-h.html">ntqapplication.h</a>> +#include <<a href="tqapplication-h.html">tqapplication.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="tqfileinfo-h.html">tqfileinfo.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> @@ -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<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" |