~ubuntu-branches/ubuntu/vivid/kvpnc/vivid-proposed

« back to all changes in this revision

Viewing changes to src/newprofiledialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-04-23 09:18:50 UTC
  • mfrom: (1.1.10 upstream) (8.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090423091850-hweeg0jo64t0jx52
Tags: 0.9.1-1
* New upstream release (KDE4 is here)
* Add Build-Depends cmake and pkg-kde-tools
* Remove obsolete debian/patches
* Refresh debian/patches:
  - 10_su-to-root_usage.diff
  - 13_add_kuser_issuperuser.diff
* Cleanup debian/rules - simple under KDE4
* Update debian/watch for KDE4 version
* Update debian/copyright - use versionned licenses
* Update Section field - move to utils
* Remove obsolete dependencies: kdebase-bin, gksu, sux and modutils
* Update debian/kvpnc.{manpages,1}

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef NEWPROFILEDIALOG_H
21
21
#define NEWPROFILEDIALOG_H
22
22
 
23
 
#include "newprofiledialogbase.h"
 
23
#include "ui_newprofiledialogbase4.h"
24
24
#include "vpnaccountdata.h"
25
 
#include <qtextedit.h>
26
 
#include <kdialogbase.h>
27
 
#include <qobject.h>
28
 
#include <qptrlist.h>
 
25
#include <Qt3Support/q3textedit.h>
 
26
#include <kdialog.h>
 
27
#include <QtCore/qobject.h>
 
28
#include <Qt3Support/q3ptrlist.h>
29
29
#include "kvpncconfig.h"
30
30
 
31
31
/**
32
32
@author Christoph Thielecke
33
33
*/
34
 
class NewProfileDialog : public KDialogBase
 
34
class NewProfileDialog : public KDialog, public Ui_NewProfileDialogBase
35
35
{
36
36
        Q_OBJECT
37
37
public:
52
52
  void passwordContentChanged();
53
53
 
54
54
protected:
55
 
        NewProfileDialogbase *main;
56
55
        QString ConnectionType;
57
56
        QString Gateway;
58
57
        QString ID;