summaryrefslogtreecommitdiff
path: root/noncore/multimedia/camera/mainwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/multimedia/camera/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/camera/mainwindow.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/multimedia/camera/mainwindow.h b/noncore/multimedia/camera/mainwindow.h
index 7ccdcf8..cc12840 100644
--- a/noncore/multimedia/camera/mainwindow.h
+++ b/noncore/multimedia/camera/mainwindow.h
@@ -27,2 +27,4 @@ class QLabel;
class MainWindowBase;
+class QCopChannel;
+class PreviewWidget;
@@ -38,2 +40,3 @@ class CameraMainWindow: public QMainWindow
void changeZoom( int );
+ void systemMessage( const QCString&, const QByteArray& );
@@ -42,3 +45,5 @@ class CameraMainWindow: public QMainWindow
private:
- MainWindowBase* mw;
+ PreviewWidget* preview;
+ int _rotation;
+ QCopChannel* _sysChannel;
};