~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to greeters/qt/loginprompt.cpp

  • Committer: David Edmundson
  • Date: 2011-05-21 19:15:11 UTC
  • mto: This revision was merged to the branch mainline in revision 460.
  • Revision ID: david@davidedmundson.co.uk-20110521191511-lqpby42budsrobja
Move library into a folder which matches it's namespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include "loginprompt.h"
2
2
#include "ui_loginprompt.h"
3
3
 
4
 
#include <LdmGreeter>
5
 
#include <LdmUser>
6
 
#include <LdmSession>
7
 
#include <LdmLanguage>
 
4
#include <QLightDM/Greeter>
 
5
#include <QLightDM/User>
 
6
#include <QLightDM/Session>
 
7
#include <QLightDM/Language>
8
8
 
9
9
#include <QListWidgetItem>
10
10