~ubuntu-branches/ubuntu/natty/muon/natty

« back to all changes in this revision

Viewing changes to libmuon/DetailsWidget.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2011-01-03 14:28:31 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110103142831-htvytta1vjsdggcg
Tags: 1.0.95-0ubuntu1
* New upstream release candidate:
  - Add a new libmuonprivate1 package for the new libmuonprivate library
    which was formerly a static library
  - Create debian/not-installed and place the development symlink for
    libmuonprivate in it, since it is a private library
* Port the packaging to the debhelper 8 standard:
  - Bump debian/compat to 8
  - Bump the build-depend version on debhelper to 8.0.0~
  - Place the debhelper options after the sequence in debian/rules
* Add a homepage field to debian/control with Muon's homepage

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
// KDE inclues
25
25
#include <KTabWidget>
26
26
 
 
27
#include "libmuonprivate_export.h"
 
28
 
27
29
class QScrollArea;
28
30
 
29
31
namespace QApt
39
41
class InstalledFilesTab;
40
42
class VersionTab;
41
43
 
42
 
class DetailsWidget : public KTabWidget
 
44
class MUONPRIVATE_EXPORT DetailsWidget : public KTabWidget
43
45
{
44
46
    Q_OBJECT
45
47
public: