Commit 039aa3bf authored by Felix Paul Kühne's avatar Felix Paul Kühne

qt4: fixed compilation for Mac

parent a6b1b84a
......@@ -27,7 +27,11 @@
#ifndef _SEARCHLINEEDIT_H_
#define _SEARCHLINEEDIT_H_
#ifdef __APPLE__
#include "../qt4.hpp"
#else
#include "qt4.hpp"
#endif
#include <QLineEdit>
#if HAS_QT47
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment