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) (side-by-side diff)
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
@@ -11,33 +11,29 @@
* 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 "searchmethoddlg.h"
#include <qpe/qpeapplication.h>
#include <qpe/config.h>
-#include <qdialog.h>
#include <qlayout.h>
-#include <qhbox.h>
#include <qvbox.h>
-#include <qlabel.h>
#include <qlistview.h>
#include <qpushbutton.h>
#include <qlineedit.h>
-#include <qstringlist.h>
ConfigDlg::ConfigDlg(QWidget *parent, const char *name, bool modal) : QDialog(parent, name, modal)
{
setCaption( tr( "Options" ) );
QVBoxLayout *vbox_layout = new QVBoxLayout( this );
search_tab = new QWidget( this , "search_tab" );
QVBoxLayout *vbox_layout_searchtab = new QVBoxLayout( search_tab, 4 , 4 ,"blah" );
QHBox *hbox = new QHBox( search_tab );
list = new QListView( hbox );
list->addColumn( tr( "Searchmethod" ) );
loadSearchMethodNames();