]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/help.hpp
Qt: rebase update dialog on QtCreator
[vlc] / modules / gui / qt4 / dialogs / help.hpp
index 495747ae6aaf4e798dc26bb7077714ac50c28a0e..117cadf5ef8db2342ee088e65438d68d27f7efc1 100644 (file)
@@ -33,6 +33,7 @@
 #include "util/qvlcframe.hpp"
 #include "util/singleton.hpp"
 #include "ui/about.h"
+#include "ui/update.h"
 
 class QPushButton;
 class QTextBrowser;
@@ -85,11 +86,8 @@ private:
     UpdateDialog( intf_thread_t * );
     virtual ~UpdateDialog();
 
+    Ui::updateWidget ui;
     update_t *p_update;
-    QPushButton *updateButton;
-    QLabel *updateLabelTop;
-    QLabel *updateLabelDown;
-    QTextEdit *updateText;
     void customEvent( QEvent * );
     bool b_checked;