From 387a27b62f25387e42a850739ced151d64a2e760 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:03:49 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- extra/kde312/konsole_part.h | 8 ++++---- extra/kde312/ktoolbarbutton.h | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'extra/kde312') diff --git a/extra/kde312/konsole_part.h b/extra/kde312/konsole_part.h index 6aba706..fcbd612 100644 --- a/extra/kde312/konsole_part.h +++ b/extra/kde312/konsole_part.h @@ -32,7 +32,7 @@ //#include "schema.h" //#include "session.h" -class KInstance; +class TDEInstance; class konsoleBrowserExtension; class TQPushButton; class TQSpinBox; @@ -56,11 +56,11 @@ public: const char* classname = "KParts::Part", const TQStringList &args = TQStringList()); - static KInstance *instance(); + static TDEInstance *instance(); private: - static KInstance *s_instance; - static KAboutData *s_aboutData; + static TDEInstance *s_instance; + static TDEAboutData *s_aboutData; }; ////////////////////////////////////////////////////////////////////// diff --git a/extra/kde312/ktoolbarbutton.h b/extra/kde312/ktoolbarbutton.h index 96a690e..50d08ae 100644 --- a/extra/kde312/ktoolbarbutton.h +++ b/extra/kde312/ktoolbarbutton.h @@ -32,7 +32,7 @@ class KToolBar; class KToolBarButtonPrivate; -class KInstance; +class TDEInstance; class TQEvent; class TQPopupMenu; class TQPainter; @@ -60,7 +60,7 @@ public: */ KToolBarButton(const TQString& icon, int id, TQWidget *parent, const char *name=0L, const TQString &txt=TQString::null, - KInstance *_instance = KGlobal::instance()); + TDEInstance *_instance = KGlobal::instance()); /** * Construct a button with an existing pixmap. It is not -- cgit v1.2.1