Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qt/about.hpp')
-rw-r--r--qt/about.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/qt/about.hpp b/qt/about.hpp
index 792521877f..1fdebf710b 100644
--- a/qt/about.hpp
+++ b/qt/about.hpp
@@ -1,11 +1,7 @@
#pragma once
#include <QtWidgets/QApplication>
-#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0)
- #include <QtGui/QDialog>
-#else
- #include <QtWidgets/QDialog>
-#endif
+#include <QtWidgets/QDialog>
class AboutDialog : public QDialog
{