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/KoOpenPane.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/KoOpenPane.cpp')
| -rw-r--r-- | lib/kofficecore/KoOpenPane.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
