diff options
Diffstat (limited to 'kweather/reportview.cpp')
-rw-r--r-- | kweather/reportview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/reportview.cpp b/kweather/reportview.cpp index bba90cf..f25df19 100644 --- a/kweather/reportview.cpp +++ b/kweather/reportview.cpp @@ -55,7 +55,7 @@ reportView::reportView(const TQString &reportLocation) reportView::~reportView(){ delete m_weatherService; // we do not have to delete m_reportView because this class is - // the tqparent of the TQVBox, and that is the tqparent of the KHTMLPart. + // the parent of the TQVBox, and that is the parent of the KHTMLPart. KConfig config( "weather_panelappletrc" ); config.setGroup( "General Options" ); |