From fcd5041fd6bf0cea48980d8a035468b2cdb5fff2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:20:31 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kmid/kmid_part.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kmid/kmid_part.h') diff --git a/kmid/kmid_part.h b/kmid/kmid_part.h index c6dc170a..7e26ae14 100644 --- a/kmid/kmid_part.h +++ b/kmid/kmid_part.h @@ -4,8 +4,8 @@ #include #include #include -class KAboutData; -class KInstance; +class TDEAboutData; +class TDEInstance; class KMidBrowserExtension; class kmidClient; @@ -22,11 +22,11 @@ class KDE_EXPORT KMidFactory : public KParts::Factory const char* classname = TQOBJECT_OBJECT_NAME_STRING, const TQStringList &args = TQStringList()); - static KInstance *instance(); + static TDEInstance *instance(); - static KAboutData *aboutData(); + static TDEAboutData *aboutData(); private: - static KInstance *s_instance; + static TDEInstance *s_instance; }; class KMidPart: public KParts::ReadOnlyPart -- cgit v1.2.1