summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/mainwindow.cpp
Unidiff
Diffstat (limited to 'noncore/apps/confedit/mainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/confedit/mainwindow.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/noncore/apps/confedit/mainwindow.cpp b/noncore/apps/confedit/mainwindow.cpp
index 8e36980..58538af 100644
--- a/noncore/apps/confedit/mainwindow.cpp
+++ b/noncore/apps/confedit/mainwindow.cpp
@@ -3,40 +3,41 @@
3 * This program is free software; you can redistribute it and/or modify * 3 * This program is free software; you can redistribute it and/or modify *
4 * it under the terms of the GNU General Public License as published by * 4 * it under the terms of the GNU General Public License as published by *
5 * the Free Software Foundation; either version 2 of the License, or * 5 * the Free Software Foundation; either version 2 of the License, or *
6 * (at your option) any later version. * 6 * (at your option) any later version. *
7 * * 7 * *
8 ***************************************************************************/ 8 ***************************************************************************/
9 9
10// (c) 2002 Patrick S. Vogt <tille@handhelds.org> 10// (c) 2002 Patrick S. Vogt <tille@handhelds.org>
11 11
12 12
13#include "mainwindow.h" 13#include "mainwindow.h"
14 14
15#include <qpe/qpemenubar.h> 15#include <opie2/omenubar.h>
16#include <qpe/qpemessagebox.h> 16#include <opie2/omessagebox.h>
17#include <qpe/resource.h> 17#include <opie2/oresource.h>
18#include <qpe/config.h> 18#include <opie2/oconfig.h>
19#include <qpe/qpetoolbar.h> 19#include <opie2/otoolbar.h>
20#include <qpe/qpeapplication.h> 20#include <opie2/oapplication.h>
21#include <qaction.h> 21#include <qaction.h>
22#include <qmessagebox.h> 22#include <qmessagebox.h>
23#include <qpopupmenu.h> 23#include <qpopupmenu.h>
24#include <qtoolbutton.h> 24#include <qtoolbutton.h>
25#include <qstring.h> 25#include <qstring.h>
26#include <qlabel.h> 26#include <qlabel.h>
27#include <qfile.h> 27#include <qfile.h>
28#include <qpushbutton.h> 28#include <qpushbutton.h>
29#include <qlayout.h> 29#include <qlayout.h>
30#include <qlineedit.h> 30#include <qlineedit.h>
31#include <qcursor.h>
31 32
32#include "listviewconfdir.h" 33#include "listviewconfdir.h"
33#include "listviewitemconf.h" 34#include "listviewitemconf.h"
34#include "listviewitemconfigentry.h" 35#include "listviewitemconfigentry.h"
35 36
36 37
37MainWindow::MainWindow( QWidget *parent, const char *name, WFlags f ) : 38MainWindow::MainWindow( QWidget *parent, const char *name, WFlags f ) :
38 QMainWindow( parent, name, f ), _currentItem(0), _fileItem(0) 39 QMainWindow( parent, name, f ), _currentItem(0), _fileItem(0)
39{ 40{
40 setCaption( tr("Conf File Editor") ); 41 setCaption( tr("Conf File Editor") );
41 42
42 //setBaseSize( qApp->globalStrut() ); 43 //setBaseSize( qApp->globalStrut() );