1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-02 20:36:44 +01:00

Correct define guard's name

This commit is contained in:
Arnaud Bienner 2012-06-27 02:09:19 +02:00
parent 91930d470e
commit 5fc0e1e354

View File

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