summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/configdlg.cpp
blob: 2680d7a13a068f42c5a74573779a1fe283a1a76a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/***************************************************************************
   application:             : ODict

   begin                    : December 2002
   copyright                : ( C ) 2002, 2003 by Carsten Niehaus
   email                    : cniehaus@handhelds.org
 **************************************************************************/

/***************************************************************************
 *                                                                         *
 * This program is free software; you can redistribute it and/or modify    *
 * it under the terms of the GNU General Public License as published by    *
 * the Free Software Foundation; either version 2 of the License, or       *
 * ( at your option ) any later version.                                   *
 *                                                                         *
 **************************************************************************/
#include "configdlg.h"

#include <qdialog.h>
#include <qpe/config.h>

ConfigDlg::ConfigDlg(QWidget *parent, const char *name) : QDialog(parent, name)
{
	this->show();
	setCaption( tr( "Options" ) );
}