summaryrefslogtreecommitdiffstats
path: root/kdgantt/KDGanttViewItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdgantt/KDGanttViewItem.h')
-rw-r--r--kdgantt/KDGanttViewItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdgantt/KDGanttViewItem.h b/kdgantt/KDGanttViewItem.h
index 88713fb3..e08630b8 100644
--- a/kdgantt/KDGanttViewItem.h
+++ b/kdgantt/KDGanttViewItem.h
@@ -171,7 +171,7 @@ public:
KDGanttViewItem* itemBelow( bool includeDisabled = true );
KDGanttViewItem* getChildByName( const TQString& name );
TQString name() const;
- static KDGanttViewItem* tqfind( const TQString& name );
+ static KDGanttViewItem* find( const TQString& name );
void createNode( TQDomDocument& doc,
TQDomElement& parentElement );