Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unnecessary Qt #includes and change the remaining to Qt4 form
git-svn-id: http://svn.osgeo.org/qgis/trunk@4757 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jan 27, 2006
1 parent b881a33 commit 4e4415f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 22 deletions.
7 changes: 2 additions & 5 deletions src/plugins/geoprocessing/qgsdlgpgbuffer.cpp
Expand Up @@ -18,11 +18,8 @@
* *
***************************************************************************/
/* $Id$ */
#include <qlineedit.h>
#include <qlabel.h>
#include <qcheckbox.h>
#include <QComboBox>
#include <qvalidator.h>
#include <QValidator>

#include "qgsdlgpgbuffer.h"
#include "qgscontexthelp.h"
#include <qspinbox.h>
Expand Down
2 changes: 2 additions & 0 deletions src/plugins/geoprocessing/qgsdlgpgbuffer.h
Expand Up @@ -22,8 +22,10 @@
#define QGSDLGPGBUFFER_H
#include "ui_qgsdlgpgbufferbase.h"
#include "qgisgui.h"

class QgisIface;
class QDoubleValidator;

class QgsDlgPgBuffer:public QDialog, private Ui::QgsDlgPgBufferBase
{
Q_OBJECT public:
Expand Down
12 changes: 3 additions & 9 deletions src/plugins/geoprocessing/qgspggeoprocessing.cpp
Expand Up @@ -29,15 +29,9 @@ email : sherman at mrcc.com
#include "qgsvectordataprovider.h"
#include "qgsfield.h"

#include <q3toolbar.h>
#include <qmenubar.h>
#include <qmessagebox.h>
#include <q3popupmenu.h>
#include <qlineedit.h>
#include <qaction.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qglobal.h>
#include <QMessageBox>
#include <QAction>
#include <QApplication>

#include "qgsdlgpgbuffer.h"
#include "qgspggeoprocessing.h"
Expand Down
10 changes: 2 additions & 8 deletions src/plugins/geoprocessing/qgspggeoprocessing.h
Expand Up @@ -22,18 +22,12 @@
#ifndef QGISQgsPgGeoprocessing_H
#define QGISQgsPgGeoprocessing_H
#include "../qgisplugin.h"
#include <qwidget.h>
#include <q3mainwindow.h>
//Added by qt3to4:
#include <Q3PopupMenu>

extern "C"
{
#include <libpq-fe.h>
}
class QMessageBox;
class Q3ToolBar;
class QMenuBar;
class Q3PopupMenu;

class QAction;

//#include "qgsworkerclass.h"
Expand Down

0 comments on commit 4e4415f

Please sign in to comment.