diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:02:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:02:43 -0600 |
commit | aea627236e4de24599c3e30617cf264c3c1b7d40 (patch) | |
tree | 467e13ca5a7eb0ab292259289ecc3572f53c5eae /filters/xsltfilter | |
parent | 786304c6211f35ddc4cdd54b7aa7985fef4a2e70 (diff) | |
download | koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.tar.gz koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'filters/xsltfilter')
-rw-r--r-- | filters/xsltfilter/export/xsltexportdia.cc | 2 | ||||
-rw-r--r-- | filters/xsltfilter/import/xsltimportdia.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/filters/xsltfilter/export/xsltexportdia.cc b/filters/xsltfilter/export/xsltexportdia.cc index aa16c723..56f7a2e0 100644 --- a/filters/xsltfilter/export/xsltexportdia.cc +++ b/filters/xsltfilter/export/xsltexportdia.cc @@ -148,7 +148,7 @@ void XSLTExportDia::chooseSlot() if(dialog->exec() == TQDialog::Accepted) { u = dialog->selectedURL(); - KRecentDocument::add(dialog->selectedURL().url(), !dialog->selectedURL().isLocalFile()); + TDERecentDocument::add(dialog->selectedURL().url(), !dialog->selectedURL().isLocalFile()); } else //revert state { //if (bEmpty) openEmpty(); diff --git a/filters/xsltfilter/import/xsltimportdia.cc b/filters/xsltfilter/import/xsltimportdia.cc index b2e948cc..e232d26e 100644 --- a/filters/xsltfilter/import/xsltimportdia.cc +++ b/filters/xsltfilter/import/xsltimportdia.cc @@ -145,7 +145,7 @@ void XSLTImportDia::chooseSlot() if(dialog->exec() == TQDialog::Accepted) { u = dialog->selectedURL(); - KRecentDocument::add(dialog->selectedURL().url(), !dialog->selectedURL().isLocalFile()); + TDERecentDocument::add(dialog->selectedURL().url(), !dialog->selectedURL().isLocalFile()); } else //revert state { //if (bEmpty) openEmpty(); |