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:
parent
91930d470e
commit
5fc0e1e354
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user