]> 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 61c9abd4fb787db0039b1d5a3fa83f83c76dbe11..07f95a96a2c990e1fe289f0c799c114ad3ef4d90 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>
  *
  *
  * 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_
 
 #include "util/qvlcframe.hpp"
 
+class QTimeEdit;
+
 class GotoTimeDialog : public QVLCFrame
 {
     Q_OBJECT;
@@ -40,8 +43,10 @@ public:
 private:
     GotoTimeDialog( intf_thread_t *);
     static GotoTimeDialog *instance;
-public slots:
+    QTimeEdit *timeEdit;
+private slots:
     void close();
+    void cancel();
 };
 
 #endif