summaryrefslogtreecommitdiffstats
path: root/kweather/reportview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kweather/reportview.h')
-rw-r--r--kweather/reportview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kweather/reportview.h b/kweather/reportview.h
index 86ee370..a89d96b 100644
--- a/kweather/reportview.h
+++ b/kweather/reportview.h
@@ -22,7 +22,7 @@
#include <tqstringlist.h>
-class KHTMLPart;
+class TDEHTMLPart;
class WeatherService_stub;
/**This is the main report generated for the user.
@@ -41,7 +41,7 @@ public:
private:
WeatherService_stub *m_weatherService;
- KHTMLPart *m_reportView;
+ TDEHTMLPart *m_reportView;
TQString m_locationCode;
};