~ubuntu-branches/debian/stretch/apper/stretch

« back to all changes in this revision

Viewing changes to Apper/BackendDetails.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klumpp
  • Date: 2013-06-24 14:32:36 UTC
  • mfrom: (8.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130624143236-8259lpdjgnrjxiik
Tags: 0.8.0-2
* Upload to unstable (Closes: #696585, #697996, #708090)
* Add patch to compile against new QPK API

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/***************************************************************************
2
 
 *   Copyright (C) 2009-2011 by Daniel Nicoletti                           *
 
2
 *   Copyright (C) 2009-2013 by Daniel Nicoletti                           *
3
3
 *   dantti12@gmail.com                                                    *
4
4
 *                                                                         *
5
5
 *   This program is free software; you can redistribute it and/or modify  *
23
23
 
24
24
#include <KDialog>
25
25
 
26
 
#include "ui_BackendDetails.h"
 
26
namespace Ui {
 
27
    class BackendDetails;
 
28
}
27
29
 
28
 
class BackendDetails : public KDialog, public Ui::BackendDetails
 
30
class BackendDetails : public KDialog
29
31
{
30
 
Q_OBJECT
31
 
 
 
32
    Q_OBJECT
32
33
public:
33
 
    BackendDetails(QWidget *parent = 0);
 
34
    explicit BackendDetails(QWidget *parent = 0);
 
35
    ~BackendDetails();
 
36
 
 
37
private:
 
38
    Ui::BackendDetails *ui;
34
39
};
35
40
 
36
41
#endif