summaryrefslogtreecommitdiffstats
path: root/library/style/filterlineedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/style/filterlineedit.h')
-rw-r--r--library/style/filterlineedit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/style/filterlineedit.h b/library/style/filterlineedit.h
index f1653e6..bb8ce36 100644
--- a/library/style/filterlineedit.h
+++ b/library/style/filterlineedit.h
@@ -32,6 +32,8 @@
#include "fancylineedit.h"
+namespace Utils {
+
/* A fancy line edit customized for filtering purposes with a clear button. */
class FilterLineEdit : public FancyLineEdit
@@ -50,4 +52,6 @@ private:
QString m_lastFilterText;
};
+} // namespace Utils
+
#endif // FILTERLINEEDIT_H