support qt4 and qt5; refs #40

This commit is contained in:
Marc Wäckerlin
2014-05-06 07:17:33 +00:00
parent 165a03bb29
commit fec3c4471b

View File

@@ -10,8 +10,10 @@
#include <proxyface/ui_proxyauth.hxx>
#if QT_VERSION >= 0x050000
#warning Qt 5
#include <QtWidgets/QDialog>
#else
#warning Qt 4
#include <QtGui/QDialog>
#endif