summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/odict.cpp
Unidiff
Diffstat (limited to 'noncore/apps/odict/odict.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/odict/odict.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/noncore/apps/odict/odict.cpp b/noncore/apps/odict/odict.cpp
index 9718c5c..d5c6d75 100644
--- a/noncore/apps/odict/odict.cpp
+++ b/noncore/apps/odict/odict.cpp
@@ -9,35 +9,30 @@
9/*************************************************************************** 9/***************************************************************************
10 * * 10 * *
11 * This program is free software; you can redistribute it and/or modify * 11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by * 12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or * 13 * the Free Software Foundation; either version 2 of the License, or *
14 * ( at your option ) any later version. * 14 * ( at your option ) any later version. *
15 * * 15 * *
16 **************************************************************************/ 16 **************************************************************************/
17#include "odict.h" 17#include "odict.h"
18#include "configdlg.h" 18#include "configdlg.h"
19#include "dingwidget.h" 19#include "dingwidget.h"
20 20
21#include <qlayout.h>
22#include <qpopupmenu.h>
23#include <qmenubar.h> 21#include <qmenubar.h>
24#include <qmessagebox.h> 22#include <qmessagebox.h>
25#include <qhbox.h>
26#include <qvbox.h> 23#include <qvbox.h>
27#include <qlabel.h> 24#include <qlabel.h>
28#include <qpushbutton.h> 25#include <qpushbutton.h>
29#include <qlineedit.h> 26#include <qlineedit.h>
30#include <qmainwindow.h>
31#include <qstring.h>
32#include <qaction.h> 27#include <qaction.h>
33#include <qtextbrowser.h> 28#include <qtextbrowser.h>
34#include <qcombobox.h> 29#include <qcombobox.h>
35 30
36#include <qpe/resource.h> 31#include <qpe/resource.h>
37#include <qpe/config.h> 32#include <qpe/config.h>
38 33
39ODict::ODict(QWidget* parent, const char* name, WFlags fl ) : QMainWindow(parent, name, fl ) 34ODict::ODict(QWidget* parent, const char* name, WFlags fl ) : QMainWindow(parent, name, fl )
40{ 35{
41 activated_name = QString::null; 36 activated_name = QString::null;
42 37
43 vbox = new QVBox( this ); 38 vbox = new QVBox( this );