summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorMichal Kubecek <mkubecek@suse.cz>2015-04-14 15:14:16 +0200
committerMichal Kubecek <mkubecek@suse.cz>2015-04-15 10:54:57 +0200
commit2442c3483476335e5f4c8fdf8c3ed4d7a47232b9 (patch)
tree03df5e99f7e779683d73941fa6d4137756fabd30 /src/gui
parent56db51035a7a4c8a2b2593a0911975970022f676 (diff)
downloadtwinkle-2442c3483476335e5f4c8fdf8c3ed4d7a47232b9.tar
twinkle-2442c3483476335e5f4c8fdf8c3ed4d7a47232b9.tar.gz
twinkle-2442c3483476335e5f4c8fdf8c3ed4d7a47232b9.tar.lz
twinkle-2442c3483476335e5f4c8fdf8c3ed4d7a47232b9.tar.xz
twinkle-2442c3483476335e5f4c8fdf8c3ed4d7a47232b9.zip
Qt4 port step 11: fix diamondcardprofileform.ui
Add missing includes and variable declarations.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/diamondcardprofileform.ui6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/diamondcardprofileform.ui b/src/gui/diamondcardprofileform.ui
index 28278d1..b8ba859 100644
--- a/src/gui/diamondcardprofileform.ui
+++ b/src/gui/diamondcardprofileform.ui
@@ -274,6 +274,8 @@
</tabstops>
<includes>
<include location="local" impldecl="in declaration">user.h</include>
+ <include location="local" impldecl="in declaration">QLabel</include>
+ <include location="local" impldecl="in declaration">QLineEdit</include>
<include location="local" impldecl="in implementation">qregexp.h</include>
<include location="local" impldecl="in implementation">qvalidator.h</include>
<include location="local" impldecl="in implementation">gui.h</include>
@@ -285,6 +287,10 @@
<variables>
<variable access="private">t_user *user_config;</variable>
<variable access="private">bool destroy_user_config;</variable>
+ <variable access="private">QLineEdit *accountIdLineEdit;</variable>
+ <variable access="private">QLineEdit *pinCodeLineEdit;</variable>
+ <variable access="private">QLineEdit *nameLineEdit;</variable>
+ <variable access="private">QLabel *signUpTextLabel;</variable>
</variables>
<signals>
<signal>success()</signal>