Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/xmlpatterns/main.h

    r2 r561  
    11/****************************************************************************
    2  * ** * ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    3 ** Contact: Qt Software Information ([email protected])
    4  * **
    5  * ** This file is part of the Patternist project on Trolltech Labs.  * **
    6  * ** $QT_BEGIN_LICENSE:LGPL$
     2**
     3** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     4** All rights reserved.
     5** Contact: Nokia Corporation ([email protected])
     6**
     7** This file is part of the XMLPatterns module of the Qt Toolkit.
     8**
     9** $QT_BEGIN_LICENSE:LGPL$
    710** Commercial Usage
    811** Licensees holding valid Qt Commercial licenses may use this file in
     
    1922** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2023**
    21 ** In addition, as a special exception, Nokia gives you certain
    22 ** additional rights. These rights are described in the Nokia Qt LGPL
    23 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    24 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2527**
    2628** GNU General Public License Usage
     
    3234** met: http://www.gnu.org/copyleft/gpl.html.
    3335**
    34 ** If you are unsure which license is appropriate for your use, please
    35 ** contact the sales department at qt-sales@nokia.com.
     36** If you
     37** @nokia.com.
    3638** $QT_END_LICENSE$
    37  * **
    38  * ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
    39  * ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
    40  * **
    41  * ****************************************************************************/
     39**
     40****************************************************************************/
    4241
    4342//
     
    5655#include <QCoreApplication>
    5756
    58 QT_BEGIN_HEADER
    59 
    60 QT_BEGIN_NAMESPACE
    61 
    6257class QXmlPatternistCLI
    6358{
    6459public:
    65         Q_DECLARE_TR_FUNCTIONS(QXmlPatternistCLI)
     60    Q_DECLARE_TR_FUNCTIONS(QXmlPatternistCLI)
    6661private:
    6762    inline QXmlPatternistCLI();
     
    6964};
    7065
    71 QT_END_NAMESPACE
    72 
    73 QT_END_HEADER
    74 
    7566#endif
Note: See TracChangeset for help on using the changeset viewer.