diff options
Diffstat (limited to 'kdgantt/KDGanttViewTaskLink.h')
-rw-r--r-- | kdgantt/KDGanttViewTaskLink.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdgantt/KDGanttViewTaskLink.h b/kdgantt/KDGanttViewTaskLink.h index 40f6660f6..f09e23702 100644 --- a/kdgantt/KDGanttViewTaskLink.h +++ b/kdgantt/KDGanttViewTaskLink.h @@ -27,8 +27,8 @@ ** licensing are not clear to you. ** ** As a special exception, permission is given to link this program - ** with any edition of Qt, and distribute the resulting executable, - ** without including the source code for Qt in the source distribution. + ** with any edition of TQt, and distribute the resulting executable, + ** without including the source code for TQt in the source distribution. ** **********************************************************************/ @@ -89,7 +89,7 @@ public: TQString whatsThisText() const; void createNode( TQDomDocument& doc, - TQDomElement& parentElement ); + TQDomElement& tqparentElement ); static KDGanttViewTaskLink* createFromDomElement( TQDomElement& ); int linkType(); |