~ubuntu-branches/debian/sid/kdesvn/sid

« back to all changes in this revision

Viewing changes to src/ksvnwidgets/authdialogimpl.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-04-18 21:41:53 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090418214153-bdc4nd10fs47i8jp
Tags: 1.3.0-1
* New upstream release.
* debian/control
  - Bump Standards-Version to 3.8.1. No further changes.
  - Change Section of kdesvn-dbg to debug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "src/ksvnwidgets/ui_authdlg.h"
24
24
#include <qstring.h>
25
25
 
26
 
class AuthDialogImpl: public QDialog, public Ui::AuthDialog {
 
26
class AuthDialogImpl: public KDialog, public Ui::AuthDialog {
27
27
    Q_OBJECT
28
28
public:
29
29
    AuthDialogImpl(const QString & realm = "",const QString&user="", QWidget *parent = 0, const char *name = 0);