~ubuntu-branches/ubuntu/jaunty/psi/jaunty

« back to all changes in this revision

Viewing changes to src/options/optionsdlg.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 <QDialog>
6
6
 
7
7
class PsiCon;
8
 
struct Options;
9
8
 
10
9
class OptionsDlg : public QDialog, public Ui::OptionsUI
11
10
{
12
11
        Q_OBJECT
13
12
public:
14
 
        OptionsDlg(PsiCon *, const Options &, QWidget *parent = 0);
 
13
        OptionsDlg(PsiCon *, QWidget *parent = 0);
15
14
        ~OptionsDlg();
16
15
 
17
16
        void openTab(const QString& id);
18
17
 
19
18
signals:
20
 
        void applyOptions(const Options &);
 
19
        void applyOptions();
21
20
 
22
21
private slots:
23
22
        void doOk();