]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/filterbar.h
SVN_SILENT made messages (.desktop file)
[dolphin.git] / src / filterbar.h
index ef5711fc29c45b6fb0ffd514a73a4524cdc98fdb..87aaa017ec0dddcafbfdd95587c5a320a2f14786 100644 (file)
@@ -40,7 +40,7 @@ public:
     FilterBar(QWidget* parent = 0);
     virtual ~FilterBar();
     
-    /** Clears the the input field. */
+    /** Clears the input field. */
     void clear();
     
 signals:
@@ -59,9 +59,6 @@ protected:
     virtual void showEvent(QShowEvent* event);
     virtual void keyReleaseEvent(QKeyEvent* event);
 
-private slots:
-    void emitCloseRequest();
-
 private:
     QLabel* m_filter;
     KLineEdit* m_filterInput;