]> sigrok.org Git - pulseview.git/blobdiff - pv/dialogs/about.hpp
Build fixes for Qt5 Windows/mingw/MXE support.
[pulseview.git] / pv / dialogs / about.hpp
index 6656f9c0fc7f2ca94c29082443b9ebbc052a32f2..069ef6275ee595a82347a5bda536a34746c9a299 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef PULSEVIEW_PV_ABOUT_H
-#define PULSEVIEW_PV_ABOUT_H
+#ifndef PULSEVIEW_PV_ABOUT_HPP
+#define PULSEVIEW_PV_ABOUT_HPP
 
 #include <QDialog>
 
@@ -48,10 +47,10 @@ public:
 
 private:
        Ui::About *ui;
-       std::auto_ptr<QTextDocument> supportedDoc;
+       QTextDocument *supportedDoc;
 };
 
 } // namespace dialogs
 } // namespace pv
 
-#endif // PULSEVIEW_PV_ABOUT_H
+#endif // PULSEVIEW_PV_ABOUT_HPP