Mercurial > hg > easyhg
comparison mainwindow.h @ 50:c76782c14371
* Use specific includes instead of QtCore, QtGui etc; bring in TextAbbrev class
author | Chris Cannam |
---|---|
date | Thu, 11 Nov 2010 22:04:59 +0000 |
parents | 5986d0758069 |
children | f583e44d9d31 |
comparison
equal
deleted
inserted
replaced
49:f9b53c10a3f6 | 50:c76782c14371 |
---|---|
3 ****************************************************************************/ | 3 ****************************************************************************/ |
4 | 4 |
5 #ifndef MAINWINDOW_H | 5 #ifndef MAINWINDOW_H |
6 #define MAINWINDOW_H | 6 #define MAINWINDOW_H |
7 | 7 |
8 #include <QMainWindow> | |
9 | |
10 #include "hgexpwidget.h" | 8 #include "hgexpwidget.h" |
11 #include "hgrunner.h" | 9 #include "hgrunner.h" |
12 #include "common.h" | 10 #include "common.h" |
11 | |
12 #include <QMainWindow> | |
13 #include <QListWidget> | |
13 | 14 |
14 QT_BEGIN_NAMESPACE | 15 QT_BEGIN_NAMESPACE |
15 class QAction; | 16 class QAction; |
16 class QMenu; | 17 class QMenu; |
17 QT_END_NAMESPACE | 18 QT_END_NAMESPACE |