From 1d061b286a8b183b39be60fe531f2b1c2915f03a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:15:55 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- konqueror/about/konq_aboutpage.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'konqueror/about/konq_aboutpage.h') diff --git a/konqueror/about/konq_aboutpage.h b/konqueror/about/konq_aboutpage.h index c72a85250..96229c42c 100644 --- a/konqueror/about/konq_aboutpage.h +++ b/konqueror/about/konq_aboutpage.h @@ -5,7 +5,7 @@ #include class KHTMLPart; -class KInstance; +class TDEInstance; class KonqAboutPageFactory : public KParts::Factory { @@ -17,7 +17,7 @@ public: TQObject *parent, const char *name, const char *classname, const TQStringList &args ); - static KInstance *instance() { return s_instance; } + static TDEInstance *instance() { return s_instance; } static TQString launch(); static TQString intro(); @@ -28,7 +28,7 @@ public: private: static TQString loadFile( const TQString& file ); - static KInstance *s_instance; + static TDEInstance *s_instance; static TQString *s_launch_html, *s_intro_html, *s_specs_html, *s_tips_html, *s_plugins_html; }; -- cgit v1.2.1