summaryrefslogtreecommitdiff
path: root/client/mainwindow.h
diff options
context:
space:
mode:
authordeva <deva>2008-10-08 11:58:34 +0000
committerdeva <deva>2008-10-08 11:58:34 +0000
commit9b697d2d3e34962385cd85a14d4cb14d5b1763ce (patch)
tree0bd158b1e747850e293f0dac714b7afaeaf0b895 /client/mainwindow.h
parent8bbcc59fd1488833a4d8dd346b6e8fec2a0021a8 (diff)
Removed obsolete macro.{cc,h}. Made the passing of the Netcom class, use a pointer.
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r--client/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h
index 15c95f0..37afa5b 100644
--- a/client/mainwindow.h
+++ b/client/mainwindow.h
@@ -29,6 +29,7 @@
#include <QMainWindow>
#include <QMap>
+#include <QPushButton>
#include "netcom.h"
#include "macrowindow.h"
@@ -40,7 +41,6 @@ public:
public slots:
void update();
- void closeAll();
private:
QString course;