]> git.sesse.net Git - vlc/blob - modules/gui/kde/info.h
* added a simple dialog to show id3-tags and other info
[vlc] / modules / gui / kde / info.h
1 #include <kdialogbase.h>
2 #include "common.h"
3
4 class KInfoWindow : public KDialogBase
5 {
6     Q_OBJECT
7 public:
8     KInfoWindow( intf_thread_t*,  input_thread_t * );
9     ~KInfoWindow();
10
11 };