From: Anne-Marie Mahfouf Date: Thu, 13 May 2004 19:00:49 +0000 (+0000) Subject: fix includes X-Git-Tag: v3.3.0~6 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=a9ab596c5beefe14762de17ae4e9ac6e46df8645;p=libqmvoc.git fix includes svn path=/trunk/kdeedu/libkdeedu/; revision=311158 --- diff --git a/extdate/extcalendarsystem.h b/extdate/extcalendarsystem.h index 7b0915a..12ab81b 100644 --- a/extdate/extcalendarsystem.h +++ b/extdate/extcalendarsystem.h @@ -27,7 +27,6 @@ #define EXTCALENDARSYSTEM_H #include "extdatetime.h" -#include class KLocale; diff --git a/extdate/extcalendarsystemgregorian.cpp b/extdate/extcalendarsystemgregorian.cpp index 3e13791..c624221 100644 --- a/extdate/extcalendarsystemgregorian.cpp +++ b/extdate/extcalendarsystemgregorian.cpp @@ -26,8 +26,6 @@ // Derived gregorian kde calendar class // Just a schema. -#include -#include #include #include diff --git a/extdate/extcalendarsystemgregorian.h b/extdate/extcalendarsystemgregorian.h index 67c48fc..432d884 100644 --- a/extdate/extcalendarsystemgregorian.h +++ b/extdate/extcalendarsystemgregorian.h @@ -26,8 +26,6 @@ #ifndef EXTCALENDARSYSTEMGREGORIAN_H #define EXTCALENDARSYSTEMGREGORIAN_H -#include -#include #include "extcalendarsystem.h" diff --git a/extdate/extdatepicker.cpp b/extdate/extdatepicker.cpp index d0fac80..01dd6c6 100644 --- a/extdate/extdatepicker.cpp +++ b/extdate/extdatepicker.cpp @@ -21,30 +21,20 @@ */ #include -#include -#include -#include #include #include -#include #include -#include -#include #include -#include -#include #include #include #include #include -#include #include #include #include "extdatepicker.h" #include "extdatetbl.h" -#include "extcalendarsystem.h" #include "extdatepicker.moc" // Week numbers are defined by ISO 8601 diff --git a/extdate/extdatepicker.h b/extdate/extdatepicker.h index 289333d..6a5469b 100644 --- a/extdate/extdatepicker.h +++ b/extdate/extdatepicker.h @@ -22,8 +22,6 @@ #ifndef EXTDATEPICKER_H #define EXTDATEPICKER_H -#include -#include #include "extdatetime.h" diff --git a/extdate/extdatetbl.cpp b/extdate/extdatetbl.cpp index 325f001..17beb6b 100644 --- a/extdate/extdatetbl.cpp +++ b/extdate/extdatetbl.cpp @@ -40,25 +40,14 @@ // When a date is selected by the user, it emits a signal: // dateSelected(ExtDate) -#include "extcalendarsystem.h" -#include "extcalendarsystemgregorian.h" //#include "extdatepicker.h" #include "extdatetbl.h" -#include "extdatetime.h" -#include -#include -#include #include -#include #include #include #include "kpopupmenu.h" -#include -#include -#include #include -#include #include #include diff --git a/extdate/extdatetbl.h b/extdate/extdatetbl.h index 7da14b9..3829f04 100644 --- a/extdate/extdatetbl.h +++ b/extdate/extdatetbl.h @@ -29,8 +29,6 @@ #include #include #include -#include -#include "extdatetime.h" #include "extcalendarsystemgregorian.h" class KPopupMenu; diff --git a/extdate/extdatewidget.cpp b/extdate/extdatewidget.cpp index 43cb3a4..61627f2 100644 --- a/extdate/extdatewidget.cpp +++ b/extdate/extdatewidget.cpp @@ -20,18 +20,14 @@ */ -#include #include #include #include #include -#include -#include #include #include "extdatewidget.h" -#include "extcalendarsystem.h" #include "extcalendarsystemgregorian.h" class ExtDateWidgetSpinBox : public QSpinBox diff --git a/extdate/extdatewidget.h b/extdate/extdatewidget.h index bbd285e..851a372 100644 --- a/extdate/extdatewidget.h +++ b/extdate/extdatewidget.h @@ -22,7 +22,6 @@ #ifndef __EXTDATEWIDGET_H__ #define __EXTDATEWIDGET_H__ -#include #include "extdatetime.h" /** diff --git a/extdate/main.cpp b/extdate/main.cpp index a7e51d3..f71a6ac 100644 --- a/extdate/main.cpp +++ b/extdate/main.cpp @@ -2,7 +2,6 @@ #include #include #include -#include static const char description[] = I18N_NOOP("ExtDatePicker test program"); static const char notice[] = I18N_NOOP("Compares KDatePicker and ExtDatePicker"); diff --git a/extdate/test_extdate.cc b/extdate/test_extdate.cc index 8821770..a97edc8 100644 --- a/extdate/test_extdate.cc +++ b/extdate/test_extdate.cc @@ -1,7 +1,4 @@ #include -#include -#include -#include #include "extdatetime.h" diff --git a/extdate/testwidget.cpp b/extdate/testwidget.cpp index 0dba28d..8ecc7bb 100644 --- a/extdate/testwidget.cpp +++ b/extdate/testwidget.cpp @@ -1,11 +1,9 @@ #include #include -#include #include #include #include "extdatepicker.h" -#include "extdatetime.h" #include "testwidget.h" TestWidget::TestWidget( QWidget *p=0, const char *name=0 ) : KMainWindow( p, name ) { diff --git a/kdeeduplot/kplotobject.cpp b/kdeeduplot/kplotobject.cpp index 63bfa95..54f6dab 100644 --- a/kdeeduplot/kplotobject.cpp +++ b/kdeeduplot/kplotobject.cpp @@ -15,10 +15,7 @@ * * ***************************************************************************/ -#include #include -#include -#include #include #include #include "kplotobject.h" diff --git a/kdeeduplot/kplotobject.h b/kdeeduplot/kplotobject.h index e4e8fc2..f347007 100644 --- a/kdeeduplot/kplotobject.h +++ b/kdeeduplot/kplotobject.h @@ -18,8 +18,6 @@ #ifndef KPLOTOBJECT_H #define KPLOTOBJECT_H -#include -#include class QString; class QPainter; diff --git a/kdeeduplot/kplotwidget.cpp b/kdeeduplot/kplotwidget.cpp index 68f67b8..b5ff327 100644 --- a/kdeeduplot/kplotwidget.cpp +++ b/kdeeduplot/kplotwidget.cpp @@ -17,10 +17,8 @@ #include //for log10(), pow(), modf() #include -#include #include #include -#include #include "kplotwidget.h" diff --git a/kdeeduui/kedusimpleentrydlg.h b/kdeeduui/kedusimpleentrydlg.h index 1771d89..f110fab 100644 --- a/kdeeduui/kedusimpleentrydlg.h +++ b/kdeeduui/kedusimpleentrydlg.h @@ -1,7 +1,6 @@ #ifndef kedusimpleentrydlg_included #define kedusimpleentrydlg_included -#include #include "kedusimpleentrydlgForm.h"