summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client.cxx2
-rw-r--r--qrtclient/client.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/client.cxx b/client.cxx
index 68bc470..a632939 100644
--- a/client.cxx
+++ b/client.cxx
@@ -67,7 +67,7 @@ namespace RTClient {
, privileged);
}
- void Client::search(QString const& owner)
+ void Client::ticketSearch(QString const& owner)
{
QString query{"Owner='"};
query.append(owner);
diff --git a/qrtclient/client.hxx b/qrtclient/client.hxx
index d92d9e8..c8182d8 100644
--- a/qrtclient/client.hxx
+++ b/qrtclient/client.hxx
@@ -43,7 +43,7 @@ namespace RTClient {
, rtclient_timezone timeZone = RTCLIENT_TIMEZONE_NONE
, bool disabled = false
, bool privileged = false);
- void search(QString const& owner);
+ void ticketSearch(QString const& owner);
signals:
void logged(rtclient_user* user);