#ifndef FILTERBAR_H
#define FILTERBAR_H
-#include <QtGui/QWidget>
+#include <QWidget>
class KLineEdit;
*/
void closeRequest();
+ /*
+ * Emitted as soon as the focus should be returned back to the view.
+ */
+ void focusViewRequest();
+
protected:
virtual void showEvent(QShowEvent* event);
virtual void keyReleaseEvent(QKeyEvent* event);