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/kde322/ktoolbarbutton.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra/kde322/ktoolbarbutton.h') diff --git a/extra/kde322/ktoolbarbutton.h b/extra/kde322/ktoolbarbutton.h index 82fa426..4e7c478 100644 --- a/extra/kde322/ktoolbarbutton.h +++ b/extra/kde322/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