summaryrefslogtreecommitdiffstats
path: root/weatherinfo/weatherinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'weatherinfo/weatherinfo.cpp')
-rw-r--r--weatherinfo/weatherinfo.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/weatherinfo/weatherinfo.cpp b/weatherinfo/weatherinfo.cpp
index 06b5c87..98f73c4 100644
--- a/weatherinfo/weatherinfo.cpp
+++ b/weatherinfo/weatherinfo.cpp
@@ -26,8 +26,6 @@
#include <QtNetwork>
#include <QtSvg>
-#include <iostream.h>
-
#if defined (Q_OS_SYMBIAN)
#include "sym_iap_util.h"
#endif
@@ -231,8 +229,6 @@ private:
void digest(const QString &data) {
- std::cout << qPrintable(data);
-
QColor textColor = palette().color(QPalette::WindowText);
QString unitSystem;
@@ -489,7 +485,7 @@ int main(int argc, char *argv[])
#if defined(Q_OS_SYMBIAN)
w.showMaximized();
#else
- w.resize(300, 400);
+ w.resize(520, 288);
w.show();
#endif