~ubuntu-branches/ubuntu/karmic/psi/karmic

« back to all changes in this revision

Viewing changes to src/options/opt_events.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:
5
5
#include "qradiobutton.h"
6
6
 
7
7
class QWidget;
8
 
struct Options;
9
8
 
10
9
class OptionsTabEvents : public OptionsTab
11
10
{
14
13
        OptionsTabEvents(QObject *parent);
15
14
 
16
15
        QWidget *widget();
17
 
        void applyOptions(Options *opt);
18
 
        void restoreOptions(const Options *opt);
 
16
        void applyOptions();
 
17
        void restoreOptions();
19
18
 
20
19
private:
21
20
        QWidget *w;