diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:55:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:55:40 -0600 |
commit | 73ff676f11662d6178c8854a7832ebffe2ae409d (patch) | |
tree | 9e89ea7d87940087d2d3c5db9b378ef989dd1346 /lib/kofficecore/KoDetailsPane.h | |
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.h')
-rw-r--r-- | lib/kofficecore/KoDetailsPane.h | 6 |
1 files changed, 3 insertions, 3 deletions
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); |