summaryrefslogtreecommitdiffstats
path: root/knights/tabmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/tabmanager.cpp')
-rw-r--r--knights/tabmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/tabmanager.cpp b/knights/tabmanager.cpp
index efd4899..2057cb1 100644
--- a/knights/tabmanager.cpp
+++ b/knights/tabmanager.cpp
@@ -88,7 +88,7 @@ void TabManager::removeTab( TQObject *child )
return;
}
- if( myList.tqfind( ((TabBox*)child) ) != -1 )
+ if( myList.find( ((TabBox*)child) ) != -1 )
{
/* Remove Child Directly */
myList.remove( ((TabBox*)child) );