summaryrefslogtreecommitdiff
path: root/src/gui/widgets/passwordfield.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-05-08 20:31:41 +0300
committerAndrei Karas <akaras@inbox.ru>2011-05-08 20:32:40 +0300
commit6315230e137d62bd0950192e111d6f06843bceea (patch)
tree946622767d07e5d553a8fa4ac983ee1809ef1950 /src/gui/widgets/passwordfield.h
parent18561ddfcb74fe0e079b38213c4bee138ed440f3 (diff)
downloadplus-6315230e137d62bd0950192e111d6f06843bceea.tar.gz
plus-6315230e137d62bd0950192e111d6f06843bceea.tar.bz2
plus-6315230e137d62bd0950192e111d6f06843bceea.tar.xz
plus-6315230e137d62bd0950192e111d6f06843bceea.zip
Fix some include files paths.
Diffstat (limited to 'src/gui/widgets/passwordfield.h')
-rw-r--r--src/gui/widgets/passwordfield.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/passwordfield.h b/src/gui/widgets/passwordfield.h
index b1ff39777..5ba08094d 100644
--- a/src/gui/widgets/passwordfield.h
+++ b/src/gui/widgets/passwordfield.h
@@ -23,7 +23,7 @@
#ifndef PASSWORDFIELD_H
#define PASSWORDFIELD_H
-#include "textfield.h"
+#include "gui/widgets/textfield.h"
/**
* A password field.