-rw-r--r-- | core/applets/clockapplet/clock.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/core/applets/clockapplet/clock.cpp b/core/applets/clockapplet/clock.cpp index bcecab4..5fb8f44 100644 --- a/core/applets/clockapplet/clock.cpp +++ b/core/applets/clockapplet/clock.cpp | |||
@@ -20,22 +20,10 @@ | |||
20 | 20 | ||
21 | #include "clock.h" | 21 | #include "clock.h" |
22 | 22 | ||
23 | #include <qpe/global.h> | ||
24 | #include <qpe/qpeapplication.h> | 23 | #include <qpe/qpeapplication.h> |
25 | #include <qpe/qcopenvelope_qws.h> | 24 | #include <qpe/qcopenvelope_qws.h> |
26 | #include <qpe/config.h> | 25 | #include <qpe/config.h> |
27 | 26 | ||
28 | #include <qmainwindow.h> | ||
29 | #include <qlayout.h> | ||
30 | #include <qpushbutton.h> | ||
31 | #include <qmessagebox.h> | ||
32 | #include <qdatetime.h> | ||
33 | #include <qtimer.h> | ||
34 | #include <qpopupmenu.h> | ||
35 | #include <qfile.h> | ||
36 | #include <stdlib.h> | ||
37 | |||
38 | |||
39 | LauncherClock::LauncherClock( QWidget *parent ) : QLabel( parent ) | 27 | LauncherClock::LauncherClock( QWidget *parent ) : QLabel( parent ) |
40 | { | 28 | { |
41 | // If you want a sunken border around the clock do this: | 29 | // If you want a sunken border around the clock do this: |