diff options
Diffstat (limited to 'src/reportdialog.h')
-rw-r--r-- | src/reportdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reportdialog.h b/src/reportdialog.h index c6225ce..d089b06 100644 --- a/src/reportdialog.h +++ b/src/reportdialog.h @@ -16,7 +16,7 @@ #include <kdialogbase.h> -class KHTMLPart; +class TDEHTMLPart; namespace Tellico { namespace Export { @@ -55,7 +55,7 @@ private slots: void slotSaveAs(); private: - KHTMLPart* m_HTMLPart; + TDEHTMLPart* m_HTMLPart; GUI::ComboBox* m_templateCombo; Export::HTMLExporter* m_exporter; TQString m_xsltFile; |