~ubuntu-branches/ubuntu/quantal/libksane/quantal

« back to all changes in this revision

Viewing changes to libksane/widgets/labeled_entry.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2012-05-26 14:59:27 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20120526145927-4gr5mujqjyjpu93p
Tags: 4:4.8.80-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 *
26
26
 * ============================================================ */
27
27
 
28
 
// Local includes.
 
28
// Local includes
29
29
#include "labeled_entry.h"
30
30
#include "labeled_entry.moc"
31
31
 
32
 
// Qt includes.
 
32
// Qt includes
33
33
#include <QHBoxLayout>
34
34
#include <QLabel>
35
35
#include <KLineEdit>