]> git.sesse.net Git - vlc/blobdiff - plugins/kde/kde_disc.h
* ./BUGS: added a list of known bugs. Please add your findings!
[vlc] / plugins / kde / kde_disc.h
index 1e4955266ad894fd75c8d0da8d30a2fe5c4e7c19..b06f2ed5a255602e27e2097cdef2563bc3b761de 100644 (file)
@@ -21,25 +21,26 @@ class KLineEdit;
   *@author andres
   */
 
-class KDiskDialog : public KDialogBase  {
-   Q_OBJECT
-public: 
-       KDiskDialog( QWidget *parent=0, const char *name=0 );
-       ~KDiskDialog();
-
-       QString type() const;
-       QString device() const;
-       int                     title() const;
-       int                     chapter() const;
-
-private:
-
-       QVButtonGroup   *fButtonGroup;
-       QRadioButton            *fDVDButton;
-       QRadioButton            *fVCDButton;
-       QSpinBox                        *fTitle;
-       QSpinBox         *fChapter;
-       KLineEdit                       *fLineEdit;
+class KDiskDialog : public KDialogBase
+{
+    Q_OBJECT
+    public: 
+        KDiskDialog( QWidget *parent=0, const char *name=0 );
+        ~KDiskDialog();
+
+        QString    type() const;
+        QString    device() const;
+        int        title() const;
+        int        chapter() const;
+
+    private:
+
+        QVButtonGroup    *fButtonGroup;
+        QRadioButton     *fDVDButton;
+        QRadioButton     *fVCDButton;
+        QSpinBox         *fTitle;
+        QSpinBox         *fChapter;
+        KLineEdit        *fLineEdit;
 
 };