compile-fix: support Qt4 - cleanup of connection management, new major version number 3, use static connection methods; refs #26, refs #28, refs #29

master
Marc Wäckerlin 10 years ago
parent f7811bf8a6
commit 1d03f5c34d
  1. 4
      src/cardgui.hxx

@ -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 {

Loading…
Cancel
Save