]> git.sesse.net Git - vlc/blobdiff - plugins/kde/kde_menu.h
* ./BUGS: added a list of known bugs. Please add your findings!
[vlc] / plugins / kde / kde_menu.h
index 3037d9e72ed4847a3deb6c8d0255d7503af2fe0f..4b8cff4e72a00dedb827cf60609bb88acc32ce21 100644 (file)
@@ -20,22 +20,24 @@ class KActionMenu;
   *@author andres
   */
 
-class KTitleMenu : public KPopupMenu  {
-   Q_OBJECT
-public: 
-       KTitleMenu( intf_thread_t *p_intf, QWidget *parent=0, const char *name=0 );
-       ~KTitleMenu();
-
-private:
-       intf_thread_t           *fInterfaceThread;
-       KActionMenu             *fLanguageList;
-
-private slots: // Private slots
-       /** this method regenerates the popup menu */
-       void regenerateSlot();
-
-       /** this method is called when the user selects a language */
-       void languageSelectedSlot();
+class KTitleMenu : public KPopupMenu
+{
+    Q_OBJECT
+    public: 
+        KTitleMenu( intf_thread_t *p_intf, QWidget *parent=0,
+                    const char *name=0 );
+        ~KTitleMenu();
+
+    private:
+        intf_thread_t      *fInterfaceThread;
+        KActionMenu        *fLanguageList;
+
+    private slots: // Private slots
+        /** this method regenerates the popup menu */
+        void regenerateSlot();
+
+        /** this method is called when the user selects a language */
+        void languageSelectedSlot();
 
 };