summaryrefslogtreecommitdiffstats
path: root/sip/tdeui/kaboutapplication.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-22 20:03:49 -0600
committerTimothy Pearson <[email protected]>2013-01-22 20:03:49 -0600
commit387a27b62f25387e42a850739ced151d64a2e760 (patch)
treebbba39b506feb102175f10aa296b201a5a4557f5 /sip/tdeui/kaboutapplication.sip
parent3d1fa8562bf693237a1a76918b4487cca3e2e356 (diff)
downloadpytde-387a27b62f25387e42a850739ced151d64a2e760.tar.gz
pytde-387a27b62f25387e42a850739ced151d64a2e760.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'sip/tdeui/kaboutapplication.sip')
-rw-r--r--sip/tdeui/kaboutapplication.sip4
1 files changed, 2 insertions, 2 deletions
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