summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/src/tools/tqdir.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/src/tools/tqdir.cpp')
-rw-r--r--tqtinterface/qt4/src/tools/tqdir.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tqtinterface/qt4/src/tools/tqdir.cpp b/tqtinterface/qt4/src/tools/tqdir.cpp
index 99c9094..311a44d 100644
--- a/tqtinterface/qt4/src/tools/tqdir.cpp
+++ b/tqtinterface/qt4/src/tools/tqdir.cpp
@@ -601,19 +601,19 @@ void TQDir::setNameFilter( const TQString &nameFilter )
systems that don't support symbolic links).
\value All List directories, files, drives and symlinks (this does not list
broken symlinks unless you specify System).
- \value TypeMask A tqmask for the the Dirs, Files, Drives and
+ \value TypeMask A mask for the the Dirs, Files, Drives and
NoSymLinks flags.
\value Readable List files for which the application has read access.
\value Writable List files for which the application has write access.
\value Executable List files for which the application has execute
access. Executables needs to be combined with Dirs or Files.
- \value RWEMask A tqmask for the Readable, Writable and Executable flags.
+ \value RWEMask A mask for the Readable, Writable and Executable flags.
\value Modified Only list files that have been modified (ignored
under Unix).
\value Hidden List hidden files (on Unix, files starting with a .).
\value System List system files (on Unix, FIFOs, sockets and
tqdevice files)
- \value AccessMask A tqmask for the Readable, Writable, Executable
+ \value AccessMask A mask for the Readable, Writable, Executable
Modified, Hidden and System flags
\value DefaultFilter Internal flag.
@@ -665,7 +665,7 @@ void TQDir::setFilter( int filterSpec )
\value Time Sort by time (modification time).
\value Size Sort by file size.
\value Unsorted Do not sort.
- \value SortByMask A tqmask for Name, Time and Size.
+ \value SortByMask A mask for Name, Time and Size.
\value DirsFirst Put the directories first, then the files.
\value Reversed Reverse the sort order.