]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/help.hpp
Disable update checking per default, re-enable with --enable-update-check
[vlc] / modules / gui / qt4 / dialogs / help.hpp
index 9a8df3cafa3350548254f4360e2690a83952477f..a8fdb1d8bdf811391054fea16c11bb76f9773c12 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef _HELP_DIALOG_H_
 #define _HELP_DIALOG_H_
 
-#include <vlc_update.h>
+#include <vlc/vlc.h>
 
 #include "util/qvlcframe.hpp"
 
@@ -70,7 +70,7 @@ public slots:
     void close();
 };
 
-
+#ifdef UPDATE_CHECK
 class UpdateDialog : public QVLCFrame
 {
     Q_OBJECT;
@@ -92,6 +92,6 @@ private slots:
     void close();
     void updateOrUpload();
 };
-
+#endif
 
 #endif