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/KoOpenPane.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/kofficecore/KoOpenPane.cpp') diff --git a/lib/kofficecore/KoOpenPane.cpp b/lib/kofficecore/KoOpenPane.cpp index 83978239f..1079d5899 100644 --- a/lib/kofficecore/KoOpenPane.cpp +++ b/lib/kofficecore/KoOpenPane.cpp @@ -91,10 +91,10 @@ class KoOpenPanePrivate { } - KInstance* m_instance; + TDEInstance* m_instance; }; -KoOpenPane::KoOpenPane(TQWidget *parent, KInstance* instance, const TQString& templateType) +KoOpenPane::KoOpenPane(TQWidget *parent, TDEInstance* instance, const TQString& templateType) : KoOpenPaneBase(parent, "OpenPane") { d = new KoOpenPanePrivate; -- cgit v1.2.3