]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/gototime.hpp
Qt4 - typo.
[vlc] / modules / gui / qt4 / dialogs / gototime.hpp
index 0d18793b3e0df76b370ccdfab5ea629436d15672..43693f6a96e532ed9c720879054f1e49b0d119ae 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * GotoTime.hpp : GotoTime dialogs
  ****************************************************************************
- * Copyright (C) 2006 the VideoLAN team
- * $Id: Messages.hpp 16024 2006-07-13 13:51:05Z xtophe $
+ * Copyright (C) 2007 the VideoLAN team
+ * $Id$
  *
  * Authors: Jean-Baptiste Kempf <jb (at) videolan.org>
  *
@@ -18,7 +18,8 @@
  *
  * 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 _GOTOTIME_DIALOG_H_
 #define _GOTOTIME_DIALOG_H_
@@ -34,16 +35,16 @@ public:
     static GotoTimeDialog * getInstance( intf_thread_t *p_intf )
     {
         if( !instance)
-            instance = new GotoTimeDialog( p_intf);
+            instance = new GotoTimeDialog( p_intf );
         return instance;
     }
     virtual ~GotoTimeDialog();
-    QTimeEdit *timeEdit;
 
 private:
-    GotoTimeDialog( intf_thread_t *);
+    GotoTimeDialog( intf_thread_t * );
     static GotoTimeDialog *instance;
-public slots:
+    QTimeEdit *timeEdit;
+private slots:
     void close();
     void cancel();
 };