]> git.sesse.net Git - vlc/blobdiff - plugins/kde/kde_net.h
* ./BUGS: added a list of known bugs. Please add your findings!
[vlc] / plugins / kde / kde_net.h
index 954b38725126bdb058fa6d44aa23bf76ddd0ea43..64ce10f8ac3238070fc90332f648346c1fe7cde4 100644 (file)
@@ -21,23 +21,24 @@ class KLineEdit;
   *@author andres
   */
 
-class KNetDialog : public KDialogBase  {
-               Q_OBJECT
-       public:
-               KNetDialog(QWidget *parent=0, const char *name=0);
-               ~KNetDialog();
-
-               QString protocol() const;
-               QString server() const;
-               int                     port() const;
-
-       private:
-               QVButtonGroup   *fButtonGroup;
-               QRadioButton            *fTSButton;
-               QRadioButton            *fRTPButton;
-               QRadioButton            *fHTTPButton;
-               KLineEdit                               *fAddress;
-               QSpinBox                                *fPort;
+class KNetDialog : public KDialogBase
+{
+    Q_OBJECT
+    public:
+        KNetDialog(QWidget *parent=0, const char *name=0);
+        ~KNetDialog();
+
+        QString    protocol() const;
+        QString    server() const;
+        int        port() const;
+
+    private:
+        QVButtonGroup    *fButtonGroup;
+        QRadioButton     *fTSButton;
+        QRadioButton     *fRTPButton;
+        QRadioButton     *fHTTPButton;
+        KLineEdit        *fAddress;
+        QSpinBox         *fPort;
 
 };