]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/plugins.hpp
Qt: includes barrier fix.
[vlc] / modules / gui / qt4 / dialogs / plugins.hpp
index cd0c107ef1d0dc73eb1a6009c25fb8d4cce02923..f862703fae37006e51aad387d7c292d47b3dfcfe 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#ifndef _PLUGIN_DIALOG_H_
-#define _PLUGIN_DIALOG_H_
+#ifndef QVLC_PLUGIN_DIALOG_H_
+#define QVLC_PLUGIN_DIALOG_H_ 1
 
 #include "util/qvlcframe.hpp"
 
 class QTreeWidget;
 class QLineEdit;
 
+class SearchLineEdit;
 class PluginDialog : public QVLCFrame
 {
     Q_OBJECT;
@@ -39,7 +40,7 @@ private:
     virtual ~PluginDialog();
 
     QTreeWidget *treePlugins;
-    QLineEdit *edit;
+    SearchLineEdit *edit;
 private slots:
     void search( const QString );
 };