diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-08-17 00:36:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-08-17 00:36:15 +0300 |
commit | 093e392dd84c920d26bca17d48ac6611393d087c (patch) | |
tree | 776845e14448e748f25dcfc92749ed1599b0ce31 /src/gui/widgets/passwordfield.cpp | |
parent | b30df9b843eae2128431320308510f13296e3e7f (diff) | |
download | plus-093e392dd84c920d26bca17d48ac6611393d087c.tar.gz plus-093e392dd84c920d26bca17d48ac6611393d087c.tar.bz2 plus-093e392dd84c920d26bca17d48ac6611393d087c.tar.xz plus-093e392dd84c920d26bca17d48ac6611393d087c.zip |
Fix code style.
Diffstat (limited to 'src/gui/widgets/passwordfield.cpp')
-rw-r--r-- | src/gui/widgets/passwordfield.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/passwordfield.cpp b/src/gui/widgets/passwordfield.cpp index 6f339ddd7..a976f440e 100644 --- a/src/gui/widgets/passwordfield.cpp +++ b/src/gui/widgets/passwordfield.cpp @@ -20,7 +20,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "passwordfield.h" +#include "gui/widgets/passwordfield.h" #include "debug.h" |