summaryrefslogtreecommitdiff
path: root/core
authorzecke <zecke>2002-11-07 17:08:08 (UTC)
committer zecke <zecke>2002-11-07 17:08:08 (UTC)
commitfdf4cc14497cebb8819bade9f9ef854192907c5b (patch) (side-by-side diff)
treeb5e658d6141e19fe9be9048bd19d0ba72fe2264e /core
parentd73b9f89f31f5b8c3cf89985a09c3b7af56cd6d6 (diff)
downloadopie-fdf4cc14497cebb8819bade9f9ef854192907c5b.zip
opie-fdf4cc14497cebb8819bade9f9ef854192907c5b.tar.gz
opie-fdf4cc14497cebb8819bade9f9ef854192907c5b.tar.bz2
Fix wrong include statement
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/citytime/citytime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/settings/citytime/citytime.cpp b/core/settings/citytime/citytime.cpp
index f33b19f..5dc9b02 100644
--- a/core/settings/citytime/citytime.cpp
+++ b/core/settings/citytime/citytime.cpp
@@ -6,49 +6,49 @@
** This file may be distributed and/or modified under the terms of the
** GNU General Public License version 2 as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
** See http://www.trolltech.com/gpl/ for GPL licensing information.
**
** Contact info@trolltech.com if any conditions of this licensing are
** not clear to you.
**
**********************************************************************/
// changes by Maximilian Reiss <harlekin@handhelds.org>
#include "zonemap.h"
#include "citytime.h"
#include <qpe/qpeapplication.h>
#include <qpe/config.h>
#include <qpe/timestring.h>
#include <qpe/tzselect.h>
-#if ( defined Q_WS_QWS || defined(_WS_QWS_) ) && !defined(QT_NO_COP)
+#if !defined(QT_NO_COP)
#include <qpe/qcopenvelope_qws.h>
#endif
#include <qdir.h>
#include <qfile.h>
#include <qlabel.h>
#include <qmessagebox.h>
#include <qregexp.h>
#include <qtextstream.h>
#include <qtoolbutton.h>
#include <qlayout.h>
#include <stdlib.h>
CityTime::CityTime( QWidget *parent, const char* name,
WFlags fl )
: CityTimeBase( parent, name, fl ),
strRealTz(0),
bAdded(false)
{
Config config( "qpe" );
bWhichClock = config.readBoolEntry( "AMPM", TRUE );
frmMap->changeClock( bWhichClock );