]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/gototime.hpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / qt4 / dialogs / gototime.hpp
index aca8585a3098a8ececbfc3b2a0ce826f75b1f011..07f95a96a2c990e1fe289f0c799c114ad3ef4d90 100644 (file)
@@ -2,7 +2,7 @@
  * GotoTime.hpp : GotoTime dialogs
  ****************************************************************************
  * Copyright (C) 2007 the VideoLAN team
- * $Id: Messages.hpp 16024 2006-07-13 13:51:05Z xtophe $
+ * $Id$
  *
  * Authors: Jean-Baptiste Kempf <jb (at) videolan.org>
  *
@@ -18,7 +18,7 @@
  *
  * 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_
@@ -39,12 +39,12 @@ public:
         return instance;
     }
     virtual ~GotoTimeDialog();
-    QTimeEdit *timeEdit;
 
 private:
     GotoTimeDialog( intf_thread_t *);
     static GotoTimeDialog *instance;
-public slots:
+    QTimeEdit *timeEdit;
+private slots:
     void close();
     void cancel();
 };