-rw-r--r-- | noncore/multimedia/camera/gui/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/multimedia/camera/gui/mainwindow.h b/noncore/multimedia/camera/gui/mainwindow.h index d93cca1..b82c2ca 100644 --- a/noncore/multimedia/camera/gui/mainwindow.h +++ b/noncore/multimedia/camera/gui/mainwindow.h | |||
@@ -10,24 +10,25 @@ | |||
10 | ** | 10 | ** |
11 | ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE | 11 | ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE |
12 | ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. | 12 | ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. |
13 | ** | 13 | ** |
14 | **********************************************************************/ | 14 | **********************************************************************/ |
15 | 15 | ||
16 | #ifndef MAINWINDOW_H | 16 | #ifndef MAINWINDOW_H |
17 | #define MAINWINDOW_H | 17 | #define MAINWINDOW_H |
18 | 18 | ||
19 | #include <qmainwindow.h> | 19 | #include <qmainwindow.h> |
20 | #include <qimage.h> | 20 | #include <qimage.h> |
21 | #include <qpixmap.h> | 21 | #include <qpixmap.h> |
22 | #include <qdatetime.h> | ||
22 | 23 | ||
23 | class QAction; | 24 | class QAction; |
24 | class QActionGroup; | 25 | class QActionGroup; |
25 | class QIconSet; | 26 | class QIconSet; |
26 | class QTimerEvent; | 27 | class QTimerEvent; |
27 | class QToolButton; | 28 | class QToolButton; |
28 | class QLabel; | 29 | class QLabel; |
29 | class MainWindowBase; | 30 | class MainWindowBase; |
30 | class QCopChannel; | 31 | class QCopChannel; |
31 | class PreviewWidget; | 32 | class PreviewWidget; |
32 | 33 | ||
33 | class CameraMainWindow: public QMainWindow | 34 | class CameraMainWindow: public QMainWindow |