]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/interaction.hpp
Qt4 - typo.
[vlc] / modules / gui / qt4 / dialogs / interaction.hpp
index 5e853e33cf5200aaa336bf995dd296fe9eba0a4c..fce2dd6003087360f8cfd9a15e5fa63025551c68 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_
 
 #include <vlc/vlc.h>
 #include <vlc_interface.h>
+
 #include <QWidget>
 
 class QPushButton;
@@ -55,6 +57,7 @@ private:
     QLineEdit *inputEdit, *loginEdit, *passwordEdit;
 
     void Finish( int );
+
 private slots:
     void defaultB();
     void altB();