summaryrefslogtreecommitdiffstats
path: root/sigmodr/models/WeatherModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/models/WeatherModel.cpp')
-rw-r--r--sigmodr/models/WeatherModel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sigmodr/models/WeatherModel.cpp b/sigmodr/models/WeatherModel.cpp
index 2cb4c423..186d06bf 100644
--- a/sigmodr/models/WeatherModel.cpp
+++ b/sigmodr/models/WeatherModel.cpp
@@ -27,12 +27,12 @@
// Sigmod includes
#include "../../sigmod/Weather.h"
-// Qt includes
-#include <QtCore/QFile>
-
// KDE includes
#include <KMenu>
+// Qt includes
+#include <QtCore/QFile>
+
Sigmodr::WeatherModel::WeatherModel(BaseModel* parent, Sigmod::Weather* weather) :
ObjectModel(parent, weather)
{