compile-fix: support Qt4 - cleanup of connection management, new major version number 3, use static connection methods; refs #26, refs #28, refs #29
This commit is contained in:
@@ -13,7 +13,11 @@
|
||||
#include <password.hxx>
|
||||
|
||||
#include <QtCore/QProcess>
|
||||
#if QT_VERSION >= 0x050000
|
||||
#include <QtWidgets/QMessageBox>
|
||||
#else
|
||||
#include <QtGui/QMessageBox>
|
||||
#endif
|
||||
|
||||
class CardGui: public QMainWindow, protected Ui_CardGui {
|
||||
|
||||
|
Reference in New Issue
Block a user