diff options
Diffstat (limited to 'pyuic3/parser.h')
| -rw-r--r-- | pyuic3/parser.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/pyuic3/parser.h b/pyuic3/parser.h index 5a5671a..db07ea2 100644 --- a/pyuic3/parser.h +++ b/pyuic3/parser.h @@ -1,7 +1,7 @@  /**********************************************************************  ** Copyright (C) 2000 Trolltech AS.  All rights reserved.  ** -** This file is part of Qt Designer. +** This file is part of TQt Designer.  **  ** This file may be distributed and/or modified under the terms of the  ** GNU General Public License version 2 as published by the Free Software @@ -26,7 +26,7 @@  class Parser  {  public: -    static QString cleanArgs( const QString &func ); +    static TQString cleanArgs( const TQString &func );  }; | 
