summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/tdeconfig.sip
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:48:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 10:48:05 -0600
commit4f9367a19011b727951632ba7c8d9539c72be75d (patch)
tree1c243c83ea93d66baaea66f51540b5b2ee2bb3e4 /sip/tdecore/tdeconfig.sip
parent11ce0e9ead6ca61215b1bafdf6f4fb2151018c77 (diff)
downloadpytde-4f9367a19011b727951632ba7c8d9539c72be75d.tar.gz
pytde-4f9367a19011b727951632ba7c8d9539c72be75d.zip
Rename KLock and KTrader to avoid conflicts with KDE4
Diffstat (limited to 'sip/tdecore/tdeconfig.sip')
-rw-r--r--sip/tdecore/tdeconfig.sip2
1 files changed, 1 insertions, 1 deletions
diff --git a/sip/tdecore/tdeconfig.sip b/sip/tdecore/tdeconfig.sip
index 354bfa0..f93133f 100644
--- a/sip/tdecore/tdeconfig.sip
+++ b/sip/tdecore/tdeconfig.sip
@@ -53,7 +53,7 @@ public:
TDEConfig* copyTo (const TQString&, TDEConfig* = 0) const;
%If ( KDE_3_3_0 - )
- KLockFile::Ptr lockFile (bool = 0);
+ TDELockFile::Ptr lockFile (bool = 0);
%End
%End