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
@@ -26,4 +26,6 @@ class QToolButton;
class QLabel;
class MainWindowBase;
+class QCopChannel;
+class PreviewWidget;
class CameraMainWindow: public QMainWindow
@@ -37,9 +39,12 @@ class CameraMainWindow: public QMainWindow
public slots:
void changeZoom( int );
+ void systemMessage( const QCString&, const QByteArray& );
protected:
private:
- MainWindowBase* mw;
+ PreviewWidget* preview;
+ int _rotation;
+ QCopChannel* _sysChannel;
};