]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/filterbar.h
* Use Nepomuk for getting the meta data instead of KFileMetaInfo.
[dolphin.git] / src / filterbar.h
index ef5711fc29c45b6fb0ffd514a73a4524cdc98fdb..e7c244e8c92640d29fc18e9cad8df704983f6f53 100644 (file)
@@ -39,10 +39,11 @@ class FilterBar : public QWidget
 public:
     FilterBar(QWidget* parent = 0);
     virtual ~FilterBar();
-    
-    /** Clears the the input field. */
+
+public slots:
+    /** Clears the input field. */
     void clear();
-    
+
 signals:
     /**
      * Signal that reports the name filter has been
@@ -59,9 +60,6 @@ protected:
     virtual void showEvent(QShowEvent* event);
     virtual void keyReleaseEvent(QKeyEvent* event);
 
-private slots:
-    void emitCloseRequest();
-
 private:
     QLabel* m_filter;
     KLineEdit* m_filterInput;