]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/interaction.hpp
Missing "
[vlc] / modules / gui / qt4 / dialogs / interaction.hpp
index 5e853e33cf5200aaa336bf995dd296fe9eba0a4c..d36d7a6d2c6f51364c35e2baf9cef0654fd0f042 100644 (file)
  *
  * 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 Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
+ *****************************************************************************/
 
 #ifndef _INTERACTION_H_
 #define _INTERACTION_H_
 
+#ifdef HAVE_CONFIG_H 
+# include "config.h" 
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
+
 #include <QWidget>
 
 class QPushButton;
@@ -55,6 +61,7 @@ private:
     QLineEdit *inputEdit, *loginEdit, *passwordEdit;
 
     void Finish( int );
+
 private slots:
     void defaultB();
     void altB();