diff 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
line wrap: on
line diff
--- a/mainwindow.h	Wed Nov 10 22:27:58 2010 +0000
+++ b/mainwindow.h	Thu Nov 11 22:04:59 2010 +0000
@@ -5,12 +5,13 @@
 #ifndef MAINWINDOW_H
 #define MAINWINDOW_H
 
-#include <QMainWindow>
-
 #include "hgexpwidget.h"
 #include "hgrunner.h"
 #include "common.h"
 
+#include <QMainWindow>
+#include <QListWidget>
+
 QT_BEGIN_NAMESPACE
 class QAction;
 class QMenu;