diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-17 16:37:25 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-07-17 16:37:25 +0300 |
commit | 0e814da91c8e041897a4c3f7e6e9234bbc7c6f7a (patch) | |
tree | 21f655d30630fe77ba48d07e4b357e2b6c6a5730 /src/dialogs/ReCaptcha.cpp | |
parent | Merge pull request #372 from bebehei/notification (diff) | |
download | nheko-0e814da91c8e041897a4c3f7e6e9234bbc7c6f7a.tar.xz |
Move all files under src/
Diffstat (limited to 'src/dialogs/ReCaptcha.cpp')
-rw-r--r-- | src/dialogs/ReCaptcha.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dialogs/ReCaptcha.cpp b/src/dialogs/ReCaptcha.cpp index ba54268c..9181d588 100644 --- a/src/dialogs/ReCaptcha.cpp +++ b/src/dialogs/ReCaptcha.cpp @@ -4,13 +4,13 @@ #include <QStyleOption> #include <QVBoxLayout> +#include "dialogs/ReCaptcha.h" + #include "Config.h" -#include "FlatButton.h" #include "MatrixClient.h" -#include "RaisedButton.h" -#include "Theme.h" - -#include "dialogs/ReCaptcha.hpp" +#include "ui/FlatButton.h" +#include "ui/RaisedButton.h" +#include "ui/Theme.h" using namespace dialogs; |