~ubuntu-branches/ubuntu/utopic/psi/utopic

« back to all changes in this revision

Viewing changes to src/plugins/generic/chess/gameboard.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2010-02-19 09:37:12 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100219093712-e225xvm1wjcf1cgi
Tags: 0.14-2
* comment out only function which uses va_list to work around build
  problems on armel
* Set Standards-Version to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include <qwidget.h>
19
19
#include <qpainter.h>
20
20
#include <qpixmap.h>
21
 
#include <q3pointarray.h>
22
21
#include <qdialog.h>
23
 
#include <q3socket.h>
24
 
#include <q3groupbox.h>
25
22
#include <qlineedit.h>
26
 
#include <q3listbox.h>
27
23
#include <qtimer.h>
28
24
//Added by qt3to4:
29
25
#include <QCloseEvent>
93
89
        QString         hst, my_stat;
94
90
        Q3Socket                *sock;
95
91
        Q3GroupBox      *box, *hist;
96
 
        Q3ListBox       *lst, *hw, *hb;
 
92
        QListWidget     *lst, *hw, *hb;
97
93
        QLineEdit       *edt;
98
94
        QTimer          *tmr, *tmr2;
99
95
        int             sock_tout;