summaryrefslogtreecommitdiff
path: root/client/mainwindow.h
diff options
context:
space:
mode:
authordeva <deva>2006-03-06 10:44:07 +0000
committerdeva <deva>2006-03-06 10:44:07 +0000
commitc9bfc4db72b84292f541c795993abde98e22121f (patch)
tree687411dce72a70dc0f4c337c8e496607308f8ab4 /client/mainwindow.h
parentc629a137b5f91097004f1a267d1433393e5cc512 (diff)
*** empty log message ***
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);