Get started with patching up the Qt GUI docs
[profile/ivi/qtbase.git] / src / gui / text / qtextdocumentwriter.h
index 7dc903c..b7743b1 100644 (file)
@@ -1,8 +1,7 @@
 /****************************************************************************
 **
 ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
 **
 ** This file is part of the QtGui module of the Qt Toolkit.
 **
@@ -35,6 +34,7 @@
 **
 **
 **
+**
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
@@ -47,7 +47,6 @@ QT_BEGIN_HEADER
 
 QT_BEGIN_NAMESPACE
 
-QT_MODULE(Gui)
 
 class QTextDocumentWriterPrivate;
 class QIODevice;
@@ -60,7 +59,7 @@ class Q_GUI_EXPORT QTextDocumentWriter
 public:
     QTextDocumentWriter();
     QTextDocumentWriter(QIODevice *device, const QByteArray &format);
-    QTextDocumentWriter(const QString &fileName, const QByteArray &format = QByteArray());
+    explicit QTextDocumentWriter(const QString &fileName, const QByteArray &format = QByteArray());
     ~QTextDocumentWriter();
 
     void setFormat (const QByteArray &format);