~ubuntu-branches/ubuntu/quantal/psi/quantal

« back to all changes in this revision

Viewing changes to src/options/opt_application.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2008-08-28 18:46:52 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080828184652-iiik12dl91nq7cdi
Tags: 0.12-2
Uploading to unstable (Closes: Bug#494352)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#include "optionstab.h"
5
5
 
6
6
class QWidget;
7
 
struct Options;
8
7
class QButtonGroup;
9
8
 
10
9
class OptionsTabApplication : public OptionsTab
15
14
        ~OptionsTabApplication();
16
15
 
17
16
        QWidget *widget();
18
 
        void applyOptions(Options *opt);
19
 
        void restoreOptions(const Options *opt);
 
17
        void applyOptions();
 
18
        void restoreOptions();
20
19
 
21
20
private:
22
21
        QWidget *w;