diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:03:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:03:49 -0600 |
commit | 387a27b62f25387e42a850739ced151d64a2e760 (patch) | |
tree | bbba39b506feb102175f10aa296b201a5a4557f5 /sip/tdecore/knotifyclient.sip | |
parent | 3d1fa8562bf693237a1a76918b4487cca3e2e356 (diff) | |
download | pytde-387a27b62f25387e42a850739ced151d64a2e760.tar.gz pytde-387a27b62f25387e42a850739ced151d64a2e760.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'sip/tdecore/knotifyclient.sip')
-rw-r--r-- | sip/tdecore/knotifyclient.sip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sip/tdecore/knotifyclient.sip b/sip/tdecore/knotifyclient.sip index d0aeb62..5320ff8 100644 --- a/sip/tdecore/knotifyclient.sip +++ b/sip/tdecore/knotifyclient.sip @@ -38,9 +38,9 @@ class Instance public: - Instance (KInstance*); + Instance (TDEInstance*); bool useSystemBell () const; - static KInstance* current (); + static TDEInstance* current (); static KNotifyClient::Instance* currentInstance (); }; // class Instance @@ -102,7 +102,7 @@ int getPresentation (const TQString&); TQString getFile (const TQString&, int); int getDefaultPresentation (const TQString&); TQString getDefaultFile (const TQString&, int); -KInstance* instance (); +TDEInstance* instance (); %If ( KDE_3_1_0 - KDE_3_2_0 ) |