Correct define guard's name

This commit is contained in:
Arnaud Bienner 2012-06-27 02:09:19 +02:00
parent 91930d470e
commit 5fc0e1e354
1 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@
along with Clementine. If not, see <http://www.gnu.org/licenses/>. along with Clementine. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef SEARCHFILTERWIDGET_H #ifndef SEARCHBOXWIDGET_H
#define SEARCHFILTERWIDGET_H #define SEARCHBOXWIDGET_H
#include <QWidget> #include <QWidget>
@ -51,4 +51,4 @@ private:
LineEditInterface* filter_; LineEditInterface* filter_;
}; };
#endif // SEARCHFILTERWIDGET_H #endif // SEARCHBOXWIDGET_H