summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/configdlg.cpp
authorchicken <chicken>2004-03-01 19:04:23 (UTC)
committer chicken <chicken>2004-03-01 19:04:23 (UTC)
commitb5a544bf520ce6d0d8f7b314720e6a703079dc1d (patch) (unidiff)
treeb12ff3722689c2de5d9f594f20a0f5ee4a082e76 /noncore/apps/odict/configdlg.cpp
parent54a73e15350ea3cc4886a81572cef6e7876be26a (diff)
downloadopie-b5a544bf520ce6d0d8f7b314720e6a703079dc1d.zip
opie-b5a544bf520ce6d0d8f7b314720e6a703079dc1d.tar.gz
opie-b5a544bf520ce6d0d8f7b314720e6a703079dc1d.tar.bz2
fiox includes
Diffstat (limited to 'noncore/apps/odict/configdlg.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/odict/configdlg.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/noncore/apps/odict/configdlg.cpp b/noncore/apps/odict/configdlg.cpp
index b12a395..7fa6008 100644
--- a/noncore/apps/odict/configdlg.cpp
+++ b/noncore/apps/odict/configdlg.cpp
@@ -17,21 +17,17 @@
17#include "configdlg.h" 17#include "configdlg.h"
18#include "searchmethoddlg.h" 18#include "searchmethoddlg.h"
19 19
20#include <qpe/qpeapplication.h> 20#include <qpe/qpeapplication.h>
21#include <qpe/config.h> 21#include <qpe/config.h>
22 22
23#include <qdialog.h>
24#include <qlayout.h> 23#include <qlayout.h>
25#include <qhbox.h>
26#include <qvbox.h> 24#include <qvbox.h>
27#include <qlabel.h>
28#include <qlistview.h> 25#include <qlistview.h>
29#include <qpushbutton.h> 26#include <qpushbutton.h>
30#include <qlineedit.h> 27#include <qlineedit.h>
31#include <qstringlist.h>
32 28
33ConfigDlg::ConfigDlg(QWidget *parent, const char *name, bool modal) : QDialog(parent, name, modal) 29ConfigDlg::ConfigDlg(QWidget *parent, const char *name, bool modal) : QDialog(parent, name, modal)
34{ 30{
35 setCaption( tr( "Options" ) ); 31 setCaption( tr( "Options" ) );
36 QVBoxLayout *vbox_layout = new QVBoxLayout( this ); 32 QVBoxLayout *vbox_layout = new QVBoxLayout( this );
37 search_tab = new QWidget( this , "search_tab" ); 33 search_tab = new QWidget( this , "search_tab" );