X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdialogs%2Fabout.hpp;h=069ef6275ee595a82347a5bda536a34746c9a299;hp=6656f9c0fc7f2ca94c29082443b9ebbc052a32f2;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=2acdb232d6bb452cfdfaea3ef5218fb4da592329 diff --git a/pv/dialogs/about.hpp b/pv/dialogs/about.hpp index 6656f9c..069ef62 100644 --- a/pv/dialogs/about.hpp +++ b/pv/dialogs/about.hpp @@ -14,12 +14,11 @@ * 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 . */ -#ifndef PULSEVIEW_PV_ABOUT_H -#define PULSEVIEW_PV_ABOUT_H +#ifndef PULSEVIEW_PV_ABOUT_HPP +#define PULSEVIEW_PV_ABOUT_HPP #include @@ -48,10 +47,10 @@ public: private: Ui::About *ui; - std::auto_ptr supportedDoc; + QTextDocument *supportedDoc; }; } // namespace dialogs } // namespace pv -#endif // PULSEVIEW_PV_ABOUT_H +#endif // PULSEVIEW_PV_ABOUT_HPP