summaryrefslogtreecommitdiff
path: root/qrtclient
diff options
context:
space:
mode:
Diffstat (limited to 'qrtclient')
-rw-r--r--qrtclient/client.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qrtclient/client.hxx b/qrtclient/client.hxx
index 08f5b29..628472a 100644
--- a/qrtclient/client.hxx
+++ b/qrtclient/client.hxx
@@ -64,7 +64,7 @@ namespace RTClient {
signals:
void loggedIn(QString const& name);
void userShown(rtclient_user* user);
- void foundTickets(rtclient_ticketlist* list);
+ void ticketSearched(rtclient_ticketlist* list);
};
}