summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/knotifyclient.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/tdecore/knotifyclient.sip
parent3d1fa8562bf693237a1a76918b4487cca3e2e356 (diff)
downloadpytde-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.sip6
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 )