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

« back to all changes in this revision

Viewing changes to src/options/optionstab.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:
3
3
 
4
4
#include <qstring.h>
5
5
#include <qobject.h>
6
 
#include <q3ptrlist.h>
7
6
#include <QByteArray>
8
7
 
9
8
class PsiIcon;
69
68
private:
70
69
        void init();
71
70
        QWidget *w;
72
 
        Q3PtrList<OptionsTab> tabs;
 
71
        QList<OptionsTab*> tabs;
73
72
};
74
73
 
75
74
#endif