summaryrefslogtreecommitdiffstats
path: root/lib/kpilotdevicelinkPrivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kpilotdevicelinkPrivate.h')
-rw-r--r--lib/kpilotdevicelinkPrivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kpilotdevicelinkPrivate.h b/lib/kpilotdevicelinkPrivate.h
index b0967ba..e945295 100644
--- a/lib/kpilotdevicelinkPrivate.h
+++ b/lib/kpilotdevicelinkPrivate.h
@@ -56,7 +56,7 @@ public:
<< device << "]" << endl;
showList();
- return !mBoundDevices.tqcontains(device);
+ return !mBoundDevices.contains(device);
}
void bindDevice(const TQString &device)