summaryrefslogtreecommitdiffstats
path: root/kweather
diff options
context:
space:
mode:
Diffstat (limited to 'kweather')
-rw-r--r--kweather/reportview.cpp2
-rw-r--r--kweather/stationdatabase.h2
-rw-r--r--kweather/stationsconfigwidget.cpp2
-rw-r--r--kweather/weather_icon.cpp2
-rw-r--r--kweather/weatherbar.cpp2
-rw-r--r--kweather/weatherbutton.cpp2
-rw-r--r--kweather/weatherservice.cpp2
7 files changed, 7 insertions, 7 deletions
diff --git a/kweather/reportview.cpp b/kweather/reportview.cpp
index 97c308f..6db9f7a 100644
--- a/kweather/reportview.cpp
+++ b/kweather/reportview.cpp
@@ -18,7 +18,7 @@
#include <tdeconfig.h>
#include <kdebug.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdehtml_part.h>
#include <tdehtmlview.h>
#include <tdeglobalsettings.h>
diff --git a/kweather/stationdatabase.h b/kweather/stationdatabase.h
index d1f414a..df37cbb 100644
--- a/kweather/stationdatabase.h
+++ b/kweather/stationdatabase.h
@@ -17,7 +17,7 @@
#include <tqstring.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
/**
This is the main database for mapping METAR codes to Station information.
diff --git a/kweather/stationsconfigwidget.cpp b/kweather/stationsconfigwidget.cpp
index 365650b..3adb8e0 100644
--- a/kweather/stationsconfigwidget.cpp
+++ b/kweather/stationsconfigwidget.cpp
@@ -29,7 +29,7 @@
#include <tdelistview.h>
#include <tdelocale.h>
#include <kpushbutton.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kiconloader.h>
#include "stationsconfigwidget.h"
diff --git a/kweather/weather_icon.cpp b/kweather/weather_icon.cpp
index bce9073..1100ded 100644
--- a/kweather/weather_icon.cpp
+++ b/kweather/weather_icon.cpp
@@ -1,6 +1,6 @@
#include <tqpair.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kiconloader.h>
#include <kdebug.h>
diff --git a/kweather/weatherbar.cpp b/kweather/weatherbar.cpp
index e9f5309..f66e1d1 100644
--- a/kweather/weatherbar.cpp
+++ b/kweather/weatherbar.cpp
@@ -32,7 +32,7 @@
#include <tdelocale.h>
#include <kdebug.h>
#include <tdeconfig.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeglobalsettings.h>
#include <tdemessagebox.h>
#include <dcopclient.h>
diff --git a/kweather/weatherbutton.cpp b/kweather/weatherbutton.cpp
index 9f1dc21..a75402d 100644
--- a/kweather/weatherbutton.cpp
+++ b/kweather/weatherbutton.cpp
@@ -27,7 +27,7 @@
#include <kiconeffect.h>
#include <kicontheme.h>
#include <kipc.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
WeatherButton::WeatherButton( TQWidget *parent, const char *name )
: TQButton( parent, name ), m_highlight( false )
diff --git a/kweather/weatherservice.cpp b/kweather/weatherservice.cpp
index 1418cdd..0496bd8 100644
--- a/kweather/weatherservice.cpp
+++ b/kweather/weatherservice.cpp
@@ -24,7 +24,7 @@
#include <tdeconfig.h>
#include <tdeglobal.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kiconloader.h>
#include "weatherlib.h"