]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/errors.cpp
Fix Bookmarks: missing button, missing tooltips, wrong resize on startup.
[vlc] / modules / gui / qt4 / dialogs / errors.cpp
index 951e229006b45648afc62d98dbeb525e905f4b11..d8c785eb73a2fffe93e915c1780e003a11757e73 100644 (file)
@@ -21,6 +21,9 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 
 #include "dialogs/errors.hpp"
 
@@ -33,8 +36,8 @@
 
 ErrorsDialog *ErrorsDialog::instance = NULL;
 
-ErrorsDialog::ErrorsDialog( QWidget *parent, intf_thread_t *_p_intf ) 
-            : QVLCDialog( parent, _p_intf )
+ErrorsDialog::ErrorsDialog( QWidget *parent, intf_thread_t *_p_intf )
+             : QVLCDialog( parent, _p_intf )
 {
     setWindowTitle( qtr( "Errors" ) );
     resize( 500 , 300 );