summaryrefslogtreecommitdiffabout
path: root/kaddressbook/geowidget.h
Side-by-side diff
Diffstat (limited to 'kaddressbook/geowidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/geowidget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kaddressbook/geowidget.h b/kaddressbook/geowidget.h
index 3d39691..5b64370 100644
--- a/kaddressbook/geowidget.h
+++ b/kaddressbook/geowidget.h
@@ -6,48 +6,52 @@
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
As a special exception, permission is given to link this program
with any edition of Qt, and distribute the resulting executable,
without including the source code for Qt in the source distribution.
*/
#ifndef GEOWIDGET_H
#define GEOWIDGET_H
#include <qmap.h>
#include <qwidget.h>
+//Added by qt3to4:
+#include <QLabel>
+#include <QMouseEvent>
+#include <QPaintEvent>
#include <kdialogbase.h>
namespace KABC {
class Geo;
}
class GeoMapWidget;
class KComboBox;
class KDoubleSpinBox;
class QCheckBox;
class QLabel;
class QSpinBox;
class QPushButton;
typedef struct {
double latitude;
double longitude;
QString country;
} GeoData;
class GeoWidget : public QWidget
{