/[projects]/queensgui/src/queensmain.h
ViewVC logotype

Diff of /queensgui/src/queensmain.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 326 by torben, Sun Jul 22 20:19:43 2007 UTC revision 327 by torben, Wed Sep 16 18:53:22 2009 UTC
# Line 23  Line 23 
23  #include <qdialog.h>  #include <qdialog.h>
24  #include <qdatetime.h>  #include <qdatetime.h>
25  #include <qtimer.h>  #include <qtimer.h>
26    //Added by qt3to4:
27    #include <QLabel>
28    #include <QContextMenuEvent>
29    
30  #include "guiupdate.h"  #include "guiupdate.h"
31    
32  class QPushButton;  class QPushButton;
33  class QSpinBox;  class QSpinBox;
34  class QListBox;  class Q3ListBox;
35  class QLabel;  class QLabel;
36  class QString;  class QString;
37  class Solution;  class Solution;
# Line 52  private: Line 55  private:
55      QPushButton *m_quit;      QPushButton *m_quit;
56      QPushButton *m_start;      QPushButton *m_start;
57      QPushButton *m_stop;      QPushButton *m_stop;
58      QListBox *m_list;      Q3ListBox *m_list;
59      QSpinBox *m_sizeSelector;      QSpinBox *m_sizeSelector;
60      QLabel *m_status;      QLabel *m_status;
61      QTime m_time;      QTime m_time;

Legend:
Removed from v.326  
changed lines
  Added in v.327

  ViewVC Help
Powered by ViewVC 1.1.20