diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:55:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:55:40 -0600 |
commit | 73ff676f11662d6178c8854a7832ebffe2ae409d (patch) | |
tree | 9e89ea7d87940087d2d3c5db9b378ef989dd1346 /lib/kofficecore/KoDetailsPane.cpp | |
parent | c2ba2f56121c21a762619faf195e8332ef5b224f (diff) | |
download | koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.tar.gz koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'lib/kofficecore/KoDetailsPane.cpp')
-rw-r--r-- | lib/kofficecore/KoDetailsPane.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/kofficecore/KoDetailsPane.cpp b/lib/kofficecore/KoDetailsPane.cpp index 66828e99..1e204af7 100644 --- a/lib/kofficecore/KoDetailsPane.cpp +++ b/lib/kofficecore/KoDetailsPane.cpp @@ -75,13 +75,13 @@ class KoTemplatesPanePrivate { } - KInstance* m_instance; + TDEInstance* m_instance; bool m_selected; TQString m_alwaysUseTemplate; }; -KoTemplatesPane::KoTemplatesPane(TQWidget* parent, KInstance* instance, +KoTemplatesPane::KoTemplatesPane(TQWidget* parent, TDEInstance* instance, KoTemplateGroup *group, KoTemplate* /*defaultTemplate*/) : KoDetailsPaneBase(parent, "TemplatesPane") { @@ -265,10 +265,10 @@ class KoRecentDocumentsPanePrivate } KIO::PreviewJob* m_previewJob; - KInstance* m_instance; + TDEInstance* m_instance; }; -KoRecentDocumentsPane::KoRecentDocumentsPane(TQWidget* parent, KInstance* instance) +KoRecentDocumentsPane::KoRecentDocumentsPane(TQWidget* parent, TDEInstance* instance) : KoDetailsPaneBase(parent, "RecentDocsPane") { d = new KoRecentDocumentsPanePrivate; |