summaryrefslogtreecommitdiff
path: root/noncore/apps/checkbook/configuration.cpp
Unidiff
Diffstat (limited to 'noncore/apps/checkbook/configuration.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/checkbook/configuration.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/noncore/apps/checkbook/configuration.cpp b/noncore/apps/checkbook/configuration.cpp
index dfae446..872d9b2 100644
--- a/noncore/apps/checkbook/configuration.cpp
+++ b/noncore/apps/checkbook/configuration.cpp
@@ -18,37 +18,33 @@
18..}^=.=       =       ; Public License for more details. 18..}^=.=       =       ; Public License for more details.
19++=   -.     .`     .: 19++=   -.     .`     .:
20 :     =  ...= . :.=- You should have received a copy of the GNU 20 :     =  ...= . :.=- You should have received a copy of the GNU
21 -.   .:....=;==+<; General Public License along with this file; 21 -.   .:....=;==+<; General Public License along with this file;
22  -_. . .   )=.  = see the file COPYING. If not, write to the 22  -_. . .   )=.  = see the file COPYING. If not, write to the
23    --        :-=` Free Software Foundation, Inc., 23    --        :-=` Free Software Foundation, Inc.,
24 59 Temple Place - Suite 330, 24 59 Temple Place - Suite 330,
25 Boston, MA 02111-1307, USA. 25 Boston, MA 02111-1307, USA.
26 26
27*/ 27*/
28 28
29#include "configuration.h" 29#include "configuration.h"
30#include "mainwindow.h"
31#include "listedit.h" 30#include "listedit.h"
32#include "tabledef.h"
33 31
34#include <qcheckbox.h> 32#include <qcheckbox.h>
35#include <qlabel.h> 33#include <qlabel.h>
36#include <qlayout.h> 34#include <qlayout.h>
37#include <qlineedit.h> 35#include <qlineedit.h>
38#include <qwhatsthis.h> 36#include <qwhatsthis.h>
39#include <qlistview.h> 37#include <qlistview.h>
40#include <qpushbutton.h>
41#include <qtabwidget.h> 38#include <qtabwidget.h>
42#include <qpe/resource.h>
43 39
44Configuration::Configuration( QWidget *parent, Cfg &cfg ) 40Configuration::Configuration( QWidget *parent, Cfg &cfg )
45 : QDialog( parent, 0, TRUE, WStyle_ContextHelp ) 41 : QDialog( parent, 0, TRUE, WStyle_ContextHelp )
46{ 42{
47 setCaption( tr( "Configure Checkbook" ) ); 43 setCaption( tr( "Configure Checkbook" ) );
48 44
49 // Setup layout to make everything pretty 45 // Setup layout to make everything pretty
50 QVBoxLayout *layout = new QVBoxLayout( this ); 46 QVBoxLayout *layout = new QVBoxLayout( this );
51 layout->setMargin( 2 ); 47 layout->setMargin( 2 );
52 layout->setSpacing( 4 ); 48 layout->setSpacing( 4 );
53 49
54 // Setup tabs for all info 50 // Setup tabs for all info