diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 20:59:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 20:59:08 -0600 |
commit | b6a8f6c6a5a48968803e2b66040725dabeeff5bf (patch) | |
tree | 9d977a2f5338870e986f6ab186c35074e1f1a2a7 /src/reportdialog.h | |
parent | e51f970889095f5936135ae73a6bb92f5de6088f (diff) | |
download | tellico-b6a8f6c6a5a48968803e2b66040725dabeeff5bf.tar.gz tellico-b6a8f6c6a5a48968803e2b66040725dabeeff5bf.zip |
Rename kiobuffer and KHTML
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; |