Skip to content

Commit

Permalink
Tidy up the #includes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5898 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Oct 1, 2006
1 parent 692fec7 commit 199c785
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gui/qgsidentifyresults.cpp
Expand Up @@ -26,8 +26,8 @@
#include <QAction>
#include <Q3ListView>
#include <QPixmap>
#include <Q3PopupMenu>
#include <QSettings>
#include <QMenu>

QgsIdentifyResults::QgsIdentifyResults(const QgsAttributeAction& actions,
QWidget *parent, Qt::WFlags f)
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsidentifyresults.h
Expand Up @@ -27,8 +27,8 @@

class QCloseEvent;
class Q3ListViewItem;
class Q3PopupMenu;
class QAction;
class QMenu;

/**
*@author Gary E.Sherman
Expand Down

0 comments on commit 199c785

Please sign in to comment.