summaryrefslogtreecommitdiffstats
path: root/krusader/VFS/krquery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/VFS/krquery.cpp')
-rw-r--r--krusader/VFS/krquery.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/krusader/VFS/krquery.cpp b/krusader/VFS/krquery.cpp
index 1735169..a3d3e84 100644
--- a/krusader/VFS/krquery.cpp
+++ b/krusader/VFS/krquery.cpp
@@ -571,16 +571,16 @@ void KRQuery::setContent( const TQString &content, bool cs, bool wholeWord, bool
containOnRemote = remoteSearch;
}
-void KRQuery::setMinimumFileSize( KIO::filesize_t tqminimumSize )
+void KRQuery::setMinimumFileSize( KIO::filesize_t minimumSize )
{
bNull = false;
- minSize = tqminimumSize;
+ minSize = minimumSize;
}
-void KRQuery::setMaximumFileSize( KIO::filesize_t tqmaximumSize )
+void KRQuery::setMaximumFileSize( KIO::filesize_t maximumSize )
{
bNull = false;
- maxSize = tqmaximumSize;
+ maxSize = maximumSize;
}
void KRQuery::setNewerThan( time_t time )