summaryrefslogtreecommitdiff
path: root/client/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r--client/mainwindow.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h
index 2ac7d82..435d20d 100644
--- a/client/mainwindow.h
+++ b/client/mainwindow.h
@@ -33,13 +33,13 @@
#include <string>
using namespace std;
-#include <qwidget.h>
-#include <qlabel.h>
-#include <qpushbutton.h>
-#include <qstatusbar.h>
-#include <qtimer.h>
-#include <qpixmap.h>
-#include <qimage.h>
+#include <QWidget>
+#include <QLabel>
+#include <QPushButton>
+#include <QStatusBar>
+#include <QTimer>
+#include <QPixmap>
+#include <QImage>
#include "videowidget.h"
#include "camera.h"
@@ -100,7 +100,7 @@ class MainWindow : public QWidget
{
Q_OBJECT
public:
- MainWindow(QApplication *qApp, QWidget* parent = 0, const char* name = 0);
+ MainWindow(QWidget* parent = 0);
~MainWindow();
void message(char* msg);