~ubuntu-branches/ubuntu/quantal/rocs/quantal-proposed

« back to all changes in this revision

Viewing changes to src/Interface/ConfigureDialog.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-06 16:16:33 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20120606161633-j6100oxzbwapljx6
Tags: 4:4.8.80-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* 
 
1
/*
2
2
    This file is part of Rocs,
3
3
    Copyright 2008  Tomaz Canabrava <tomaz.canabrava@gmail.com>
4
4
    Copyright 2008  Ugo Sangiori <ugorox@gmail.com>
5
5
 
6
6
    This program is free software; you can redistribute it and/or
7
7
    modify it under the terms of the GNU General Public License as
8
 
    published by the Free Software Foundation; either version 2 of 
 
8
    published by the Free Software Foundation; either version 2 of
9
9
    the License, or (at your option) any later version.
10
10
 
11
11
    This program is distributed in the hope that it will be useful,
24
24
#include <QWidget>
25
25
 
26
26
 
27
 
class ConfigureDialog : public QWidget {
 
27
class ConfigureDialog : public QWidget
 
28
{
28
29
public:
29
 
    ConfigureDialog ( QWidget *parent );
 
30
    ConfigureDialog(QWidget *parent);
30
31
 
31
32
};
32
33
#endif