summaryrefslogtreecommitdiffstats
path: root/kcontrol/kcontrol/aboutwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kcontrol/aboutwidget.h')
-rw-r--r--kcontrol/kcontrol/aboutwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/kcontrol/aboutwidget.h b/kcontrol/kcontrol/aboutwidget.h
index af1dc3019..97ba32ffd 100644
--- a/kcontrol/kcontrol/aboutwidget.h
+++ b/kcontrol/kcontrol/aboutwidget.h
@@ -28,7 +28,7 @@ class TDECModuleInfo;
class TQPixmap;
class KPixmap;
class ConfigModule;
-class KHTMLPart;
+class TDEHTMLPart;
class KURL;
class AboutWidget : public TQHBox
@@ -61,7 +61,7 @@ private:
TQListViewItem* _category;
TQString _icon;
TQString _caption;
- KHTMLPart *_viewer;
+ TDEHTMLPart *_viewer;
TQMap<TQString,ConfigModule*> _moduleMap;
};