From 185a60c7464519fdb73c25871a3703ff3301ed23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 5 Nov 2012 13:39:38 +0000 Subject: [PATCH] namespace forgotten; refs #167 --- src/qbrowserlib/buttonlineedit.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qbrowserlib/buttonlineedit.hxx b/src/qbrowserlib/buttonlineedit.hxx index 346b79a..5359993 100644 --- a/src/qbrowserlib/buttonlineedit.hxx +++ b/src/qbrowserlib/buttonlineedit.hxx @@ -17,7 +17,7 @@ //! @addtogroup qbrowserlib //! @{ - +namespace qbrowserlib { //! A QLineEdit that may have buttons to the right within the lineedit. class ButtonLineEdit: public QLineEdit { Q_OBJECT; @@ -72,6 +72,6 @@ class ButtonLineEdit: public QLineEdit { Buttons _buttons; QString _style; }; - +} //! @} #endif