-rw-r--r-- | library/datebookmonth.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/library/datebookmonth.cpp b/library/datebookmonth.cpp index 728045f..76e022f 100644 --- a/library/datebookmonth.cpp +++ b/library/datebookmonth.cpp @@ -15,27 +15,22 @@ ** ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. ** **********************************************************************/ #include "config.h" #include "datebookmonth.h" #include "datebookdb.h" -#include <qtopia/private/event.h> #include "resource.h" #include <qpe/qpeapplication.h> -#include "timestring.h" #include <qtoolbutton.h> #include <qspinbox.h> #include <qcombobox.h> -#include <qdatetime.h> -#include <qpainter.h> -#include <qpopupmenu.h> #include <qvaluestack.h> #include <qwhatsthis.h> DateBookMonthHeader::DateBookMonthHeader( QWidget *parent, const char *name ) : QHBox( parent, name ) { setBackgroundMode( PaletteButton ); |