Mercurial > hg > easyhg
diff hgrunner.cpp @ 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 | 4286836bb3c9 |
children | f583e44d9d31 |
line wrap: on
line diff
--- a/hgrunner.cpp Wed Nov 10 22:27:58 2010 +0000 +++ b/hgrunner.cpp Thu Nov 11 22:04:59 2010 +0000 @@ -3,8 +3,12 @@ ****************************************************************************/ #include "hgrunner.h" -#include <QtCore> -#include <QtGui> + +#include <QPushButton> +#include <QListWidget> +#include <QDialog> +#include <QLabel> +#include <QVBoxLayout> #include <iostream> #include <unistd.h>