~ubuntu-branches/ubuntu/maverick/kdeutils/maverick-proposed

« back to all changes in this revision

Viewing changes to ark/kerfuffle/extractiondialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-07-09 04:21:43 UTC
  • mfrom: (1.2.47 upstream)
  • Revision ID: james.westby@ubuntu.com-20100709042143-g7b98oq44qrc35cf
Tags: 4:4.4.92-0ubuntu1
* New upstream release
  - Bump kde-sc-dev-latest to 4.4.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
namespace Kerfuffle
39
39
{
40
 
class KERFUFFLE_EXPORT ExtractionDialog: public KDirSelectDialog
 
40
class KERFUFFLE_EXPORT ExtractionDialog : public KDirSelectDialog
41
41
{
42
42
    Q_OBJECT
43
43
public:
63
63
    virtual void accept();
64
64
 
65
65
public Q_SLOTS:
66
 
    void setCurrentUrl(const QString& url);
67
66
    void setSubfolder(QString subfolder);
68
67
 
69
68
private Q_SLOTS: