summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/picasawebexport/picasawebwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/picasawebexport/picasawebwidget.h')
-rw-r--r--kipi-plugins/picasawebexport/picasawebwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kipi-plugins/picasawebexport/picasawebwidget.h b/kipi-plugins/picasawebexport/picasawebwidget.h
index f794111..0b30a20 100644
--- a/kipi-plugins/picasawebexport/picasawebwidget.h
+++ b/kipi-plugins/picasawebexport/picasawebwidget.h
@@ -38,7 +38,7 @@ class TQCheckBox;
class TQLineEdit;
class TQRadioButton;
-class KHTMLPart;
+class TDEHTMLPart;
namespace KIPIPicasawebExportPlugin
{
@@ -69,7 +69,7 @@ private:
// TQCheckBox* m_resizeCheckBox;
// TQCheckBox* m_exportApplicationTags;
- KHTMLPart* m_photoView;
+ TDEHTMLPart* m_photoView;
friend class PicasawebWindow;
};