summaryrefslogtreecommitdiff
path: root/TelepathyQt/stream-tube-server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/stream-tube-server.cpp')
-rw-r--r--TelepathyQt/stream-tube-server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/stream-tube-server.cpp b/TelepathyQt/stream-tube-server.cpp
index e1791dfd..8aaaff4b 100644
--- a/TelepathyQt/stream-tube-server.cpp
+++ b/TelepathyQt/stream-tube-server.cpp
@@ -307,7 +307,7 @@ struct StreamTubeServer::Private
.arg(registrar->dbusConnection().baseService()
.replace(QLatin1Char(':'), QLatin1Char('_'))
.replace(QLatin1Char('.'), QLatin1Char('_')))
- .arg((intptr_t) this, 0, 16);
+ .arg((quintptr) this, 0, 16);
}
}