From 73ff676f11662d6178c8854a7832ebffe2ae409d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:55:40 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- lib/kofficecore/KoDetailsPane.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/kofficecore/KoDetailsPane.h') diff --git a/lib/kofficecore/KoDetailsPane.h b/lib/kofficecore/KoDetailsPane.h index 9f1cf7ba..86190ede 100644 --- a/lib/kofficecore/KoDetailsPane.h +++ b/lib/kofficecore/KoDetailsPane.h @@ -25,7 +25,7 @@ class KoTemplateGroup; class KoTemplate; -class KInstance; +class TDEInstance; class TQListViewItem; class KoRecentDocumentsPanePrivate; class KoRichTextListItemPrivate; @@ -56,7 +56,7 @@ class KoTemplatesPane : public KoDetailsPaneBase * @param defaultTemplate pointer to the default template. Used to select a * template when none has been selected before. */ - KoTemplatesPane(TQWidget* parent, KInstance* instance, + KoTemplatesPane(TQWidget* parent, TDEInstance* instance, KoTemplateGroup* group, KoTemplate* defaultTemplate); ~KoTemplatesPane(); @@ -104,7 +104,7 @@ class KoRecentDocumentsPane : public KoDetailsPaneBase * @param parent the parent widget * @param instance the instance object for the app */ - KoRecentDocumentsPane(TQWidget* parent, KInstance* instance); + KoRecentDocumentsPane(TQWidget* parent, TDEInstance* instance); ~KoRecentDocumentsPane(); virtual bool eventFilter(TQObject* watched, TQEvent* e); -- cgit v1.2.1