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 --- sip/tdeui/kaboutapplication.sip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sip/tdeui/kaboutapplication.sip') diff --git a/sip/tdeui/kaboutapplication.sip b/sip/tdeui/kaboutapplication.sip index 3d7d5ef..343665c 100644 --- a/sip/tdeui/kaboutapplication.sip +++ b/sip/tdeui/kaboutapplication.sip @@ -33,10 +33,10 @@ class KAboutApplication : KAboutDialog public: KAboutApplication (TQWidget* /TransferThis/ = 0, const char* = 0, bool = 1); - KAboutApplication (const KAboutData*, TQWidget* /TransferThis/ = 0, const char* = 0, bool = 1); + KAboutApplication (const TDEAboutData*, TQWidget* /TransferThis/ = 0, const char* = 0, bool = 1); protected: - void buildDialog (const KAboutData*); + void buildDialog (const TDEAboutData*); //force %ConvertToSubClassCode -- cgit v1.2.1