]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/filterbar.h
Use Xesam ontology instead of NIE. Since Strigi uses Xesam and we have no mapping...
[dolphin.git] / src / filterbar.h
index b1d60232c05c67faa27219f99fbcf2ca26d736b7..db5d49f89e8ef18c22607679712cfa9571c8b4b0 100644 (file)
 #ifndef FILTERBAR_H
 #define FILTERBAR_H
 
-#include <QWidget>
+#include <QtGui/QWidget>
 
 class QLabel;
 class QToolButton;
 class KLineEdit;
-class DolphinMainWindow;
 
 /**
  * @brief Provides an input field for filtering the currently shown items.
@@ -51,7 +50,7 @@ signals:
     /**
      * Emitted as soon as the filterbar should get closed.
      */
-    void closed();
+    void closeRequest();
 
 protected:
     virtual void hideEvent(QHideEvent* event);
@@ -59,7 +58,7 @@ protected:
     virtual void keyReleaseEvent(QKeyEvent* event);
 
 private slots:
-    void emitClose();
+    void emitCloseRequest();
 
 private:
     QLabel* m_filter;