summaryrefslogtreecommitdiffstats
path: root/sip/tdecore/klockfile.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/tdecore/klockfile.sip')
-rw-r--r--sip/tdecore/klockfile.sip4
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/tdecore/klockfile.sip b/sip/tdecore/klockfile.sip
index 0e1aeb5..984804c 100644
--- a/sip/tdecore/klockfile.sip
+++ b/sip/tdecore/klockfile.sip
@@ -35,7 +35,7 @@ class KLockFile : KShared
public:
typedef KSharedPtr<KLockFile> Ptr;
- KLockFile (const QString&);
+ KLockFile (const TQString&);
enum LockResult
{
@@ -57,7 +57,7 @@ public:
void unlock ();
int staleTime () const;
void setStaleTime (int);
- bool getLockInfo (int& /Out/, QString& /Out/, QString& /Out/);
+ bool getLockInfo (int& /Out/, TQString& /Out/, TQString& /Out/);
}; // class KLockFile