diff options
Diffstat (limited to 'src/kchmconfig.cpp')
-rw-r--r-- | src/kchmconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmconfig.cpp b/src/kchmconfig.cpp index 2e3df0b..5918a2c 100644 --- a/src/kchmconfig.cpp +++ b/src/kchmconfig.cpp @@ -189,7 +189,7 @@ bool KCHMConfig::save( ) void KCHMConfig::addFileToHistory( const TQString & file ) { - TQStringList::Iterator itr = m_History.tqfind( file ); + TQStringList::Iterator itr = m_History.find( file ); // check whether file already exists in history - more it forward if ( itr != m_History.end() ) |