summaryrefslogtreecommitdiffstats
path: root/korganizer/koeditorfreebusy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koeditorfreebusy.cpp')
-rw-r--r--korganizer/koeditorfreebusy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/koeditorfreebusy.cpp b/korganizer/koeditorfreebusy.cpp
index fab93719..36250993 100644
--- a/korganizer/koeditorfreebusy.cpp
+++ b/korganizer/koeditorfreebusy.cpp
@@ -92,7 +92,7 @@ class FreeBusyItem : public KDGanttViewTaskItem
TQString key( int column, bool ) const
{
- TQMap<int,TQString>::ConstIterator it = mKeyMap.tqfind( column );
+ TQMap<int,TQString>::ConstIterator it = mKeyMap.find( column );
if ( it == mKeyMap.end() ) return listViewText( column );
else return *it;
}