summaryrefslogtreecommitdiff
authordrw <drw>2003-04-13 22:38:06 (UTC)
committer drw <drw>2003-04-13 22:38:06 (UTC)
commitcdc826624767f44017c0e17fd4e35d136c64be0d (patch) (unidiff)
tree040ae04ba1c0577ed1a7808da4338b8dc19b933b
parent166ac140f8e01369a5d281c2918b0f8b9045f8e5 (diff)
downloadopie-cdc826624767f44017c0e17fd4e35d136c64be0d.zip
opie-cdc826624767f44017c0e17fd4e35d136c64be0d.tar.gz
opie-cdc826624767f44017c0e17fd4e35d136c64be0d.tar.bz2
Remove old #include so it compiles
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/mainwindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/settings/netsystemtime/mainwindow.cpp b/noncore/settings/netsystemtime/mainwindow.cpp
index 306117a..ab71463 100644
--- a/noncore/settings/netsystemtime/mainwindow.cpp
+++ b/noncore/settings/netsystemtime/mainwindow.cpp
@@ -11,49 +11,48 @@
11     ._= =}       : or (at your option) any later version. 11     ._= =}       : or (at your option) any later version.
12    .%`+i>       _;_. 12    .%`+i>       _;_.
13    .i_,=:_.      -<s. This file is distributed in the hope that 13    .i_,=:_.      -<s. This file is distributed in the hope that
14     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY; 14     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY;
15    : ..    .:,     . . . without even the implied warranty of 15    : ..    .:,     . . . without even the implied warranty of
16    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A 16    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
17  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU General 17  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU General
18..}^=.=       =       ; Public License for more details. 18..}^=.=       =       ; Public License for more details.
19++=   -.     .`     .: 19++=   -.     .`     .:
20 :     =  ...= . :.=- You should have received a copy of the GNU 20 :     =  ...= . :.=- You should have received a copy of the GNU
21 -.   .:....=;==+<; General Public License along with this file; 21 -.   .:....=;==+<; General Public License along with this file;
22  -_. . .   )=.  = see the file COPYING. If not, write to the 22  -_. . .   )=.  = see the file COPYING. If not, write to the
23    --        :-=` Free Software Foundation, Inc., 23    --        :-=` Free Software Foundation, Inc.,
24 59 Temple Place - Suite 330, 24 59 Temple Place - Suite 330,
25 Boston, MA 02111-1307, USA. 25 Boston, MA 02111-1307, USA.
26 26
27*/ 27*/
28 28
29#include "mainwindow.h" 29#include "mainwindow.h"
30#include "timetabwidget.h" 30#include "timetabwidget.h"
31#include "formattabwidget.h" 31#include "formattabwidget.h"
32#include "settingstabwidget.h" 32#include "settingstabwidget.h"
33#include "ntptabwidget.h" 33#include "ntptabwidget.h"
34#include "predicttabwidget.h" 34#include "predicttabwidget.h"
35#include "systemtimeconfig.h"
36 35
37#include <opie/oprocess.h> 36#include <opie/oprocess.h>
38#include <opie/otabwidget.h> 37#include <opie/otabwidget.h>
39 38
40#include <qpe/config.h> 39#include <qpe/config.h>
41#include <qpe/datebookdb.h> 40#include <qpe/datebookdb.h>
42#include <qpe/qpeapplication.h> 41#include <qpe/qpeapplication.h>
43 42
44#if ( defined Q_WS_QWS || defined(_WS_QWS_) ) && !defined(QT_NO_COP) 43#if ( defined Q_WS_QWS || defined(_WS_QWS_) ) && !defined(QT_NO_COP)
45#include <qpe/qcopenvelope_qws.h> 44#include <qpe/qcopenvelope_qws.h>
46#endif 45#endif
47 46
48#include <qlayout.h> 47#include <qlayout.h>
49#include <qmessagebox.h> 48#include <qmessagebox.h>
50#include <qsocket.h> 49#include <qsocket.h>
51#include <qstring.h> 50#include <qstring.h>
52#include <qtimer.h> 51#include <qtimer.h>
53 52
54MainWindow::MainWindow() 53MainWindow::MainWindow()
55 : QDialog( 0x0, 0x0, TRUE, 0 ) 54 : QDialog( 0x0, 0x0, TRUE, 0 )
56{ 55{
57 setCaption( tr( "SystemTime" ) ); 56 setCaption( tr( "SystemTime" ) );
58 57
59 QVBoxLayout *layout = new QVBoxLayout( this ); 58 QVBoxLayout *layout = new QVBoxLayout( this );