diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-01-15 18:55:39 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-01-15 18:55:39 +0800 |
commit | d6a013b29ec9991994a757bbb13c7bb17561550b (patch) | |
tree | 01bc2e5031d53b3c590ae7671097f8b78ec6ed61 /client.cxx | |
parent | 6c6ff39590407d5fe2e40ed9e7da78c71c372994 (diff) |
Rename qrtclient/client.hxx to qrtclient.hxx
Diffstat (limited to 'client.cxx')
-rw-r--r-- | client.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ #include <QStringBuilder> -#include <rtclient/client.h> +#include <rtclient.h> #include <rtclient/ticket.h> #include <rtclient/search.h> -#include "qrtclient/client.hxx" +#include "qrtclient.hxx" namespace RTClient { |