summaryrefslogtreecommitdiffstats
path: root/tools/repocompare/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/repocompare/mainwindow.h')
-rw-r--r--tools/repocompare/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/repocompare/mainwindow.h b/tools/repocompare/mainwindow.h
index ecba780dc..ac155b0bd 100644
--- a/tools/repocompare/mainwindow.h
+++ b/tools/repocompare/mainwindow.h
@@ -42,10 +42,11 @@
#include <QMainWindow>
#include <QNetworkAccessManager>
+QT_BEGIN_NAMESPACE
namespace Ui {
class MainWindow;
}
-
+QT_END_NAMESPACE
class MainWindow : public QMainWindow
{