~ubuntu-branches/ubuntu/oneiric/kde4libs/oneiric-proposed

« back to all changes in this revision

Viewing changes to kio/kio/passworddialog.cpp

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-07-08 00:08:34 UTC
  • mto: This revision was merged to the branch mainline in revision 247.
  • Revision ID: package-import@ubuntu.com-20110708000834-dr9a8my4iml90qe5
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <QTextDocument>
24
24
#include <QTextLayout>
25
25
 
26
 
#include <kapplication.h>
27
 
#include <kcombobox.h>
28
26
#include <kconfig.h>
29
 
#include <kiconloader.h>
30
 
#include <klineedit.h>
31
27
#include <klocale.h>
32
 
#include <khbox.h>
33
28
 
34
29
using namespace KIO;
35
30