summaryrefslogtreecommitdiff
path: root/client/macrowindow.h
diff options
context:
space:
mode:
authordeva <deva>2008-09-23 10:09:40 +0000
committerdeva <deva>2008-09-23 10:09:40 +0000
commit4edb3b4deb2a0bc43379d905c9a662aeafcecf62 (patch)
tree74704ac2d08906f03d0d2a4085d1d6f4734a4df9 /client/macrowindow.h
parenta1e53b2b03219a82be1c0a4480f4d61d1801f1e9 (diff)
Added resumewidget.
Diffstat (limited to 'client/macrowindow.h')
-rw-r--r--client/macrowindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/macrowindow.h b/client/macrowindow.h
index 3100a5d..aad54a9 100644
--- a/client/macrowindow.h
+++ b/client/macrowindow.h
@@ -37,6 +37,7 @@
#include "collapser.h"
#include "netcom.h"
+#include "resumewidget.h"
class NetCom;
class LUA;
@@ -84,7 +85,7 @@ private:
QString course;
QString version;
QWidget *mainwidget;
- QLabel *resumewidget;
+ ResumeWidget *resumewidget;
bool isclosed;
void close();