~ubuntu-branches/ubuntu/lucid/ktorrent/lucid

« back to all changes in this revision

Viewing changes to plugins/ipfilter/convertdialog.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-02-16 18:37:14 UTC
  • mfrom: (1.1.25 upstream) (0.4.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20090216183714-52tf47jrnmk4xkmp
Tags: 3.2+dfsg.1-2ubuntu1
* Merge with Debian, remaining changes: (LP: #296433)
  - Use Kubuntu's kde4.mk
  - Build-depend on libboost-serialization1.35-dev since unversioned -dev is
    in universe
  - Change plasma-applet-ktorrent to plasma-widget-ktorrent since we're
    supposed to call them widgets for the users

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        ConvertDialog::ConvertDialog(QWidget *parent) : QDialog(parent),convert_thread(0)
45
45
        {
46
46
                setupUi(this);
 
47
                setModal(false);
47
48
                adjustSize();
48
49
                canceled = false;
49
50
                connect(m_cancel,SIGNAL(clicked()),this,SLOT(btnCancelClicked()));
129
130
 
130
131
}
131
132
 
132
 
#include "convertdialog.moc"