Skip to content

Commit

Permalink
Tidy up #includes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5650 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jul 31, 2006
1 parent a190d0e commit 1d7a6d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
7 changes: 2 additions & 5 deletions src/composer/qgscomposerview.cpp
Expand Up @@ -18,17 +18,14 @@

#include <QMatrix>
#include <QEvent>
#include <QMouseEvent>
#include <QKeyEvent>

#include "qgsrect.h"

#include "qgscomposer.h"
#include "qgscomposeritem.h"
#include "qgscomposerview.h"

#include "qgscomposermap.h"
//Added by qt3to4:
#include <QMouseEvent>
#include <QKeyEvent>

// Note: |WRepaintNoErase|WResizeNoErase|WStaticContents doeen't make it faster
QgsComposerView::QgsComposerView( QgsComposer *composer, QWidget* parent, const char* name, Qt::WFlags f) :
Expand Down
7 changes: 3 additions & 4 deletions src/composer/qgscomposerview.h
Expand Up @@ -18,13 +18,12 @@
#ifndef QGSCOMPOSERVIEW_H
#define QGSCOMPOSERVIEW_H

#include <q3canvas.h>
//Added by qt3to4:
#include <QMouseEvent>
#include <QKeyEvent>
#include <Q3Canvas>
#include <Q3CanvasView>

class QgsComposer;
class QKeyEvent;
class QMouseEvent;

class QgsComposerView: public Q3CanvasView
{
Expand Down

0 comments on commit 1d7a6d2

Please sign in to comment.