From 5fc6f26e12b596addd235f87320c31761bd5a84d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:22:15 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- knode/knode_part.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'knode/knode_part.h') diff --git a/knode/knode_part.h b/knode/knode_part.h index 1f9d9b3b1..badfbee5b 100644 --- a/knode/knode_part.h +++ b/knode/knode_part.h @@ -33,8 +33,8 @@ #include -class KInstance; -class KAboutData; +class TDEInstance; +class TDEAboutData; class ActionManager; class KNMainWidget; @@ -50,7 +50,7 @@ class KNodePart: public KParts::ReadOnlyPart TQWidget* parentWidget() const; - static KAboutData *createAboutData(); + static TDEAboutData *createAboutData(); protected: virtual bool openFile(); -- cgit v1.2.1