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

« back to all changes in this revision

Viewing changes to libmuon/settings/SettingsPageBase.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:
23
23
 
24
24
#include <QtGui/QWidget>
25
25
 
 
26
#include "../libmuonprivate_export.h"
 
27
 
26
28
/**
27
29
 * @brief Base class for the settings pages of the Muon settings dialog.
28
30
 *
29
31
 * @author Peter Penz <peter.penz@gmx.at>
30
32
 */
31
 
class SettingsPageBase : public QWidget
 
33
class MUONPRIVATE_EXPORT SettingsPageBase : public QWidget
32
34
{
33
35
    Q_OBJECT
34
36