diff --git a/examples/about.cpp b/examples/about.cpp index 6376bc1..e2aafeb 100644 --- a/examples/about.cpp +++ b/examples/about.cpp @@ -6,8 +6,8 @@ About::About(QWidget *parent) setFrameShape(QFrame::NoFrame); setText( "
" - "

About

" - "

Lorem ipsum, blah blah

" + "

Qt Material Desktop Widgets

" + "

© 2016 Laserpants Inc.

" "
" ); }