~ubuntu-branches/ubuntu/wily/kscreen/wily

« back to all changes in this revision

Viewing changes to kded/daemon.h

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark, Scarlett Clark, Jonathan Riddell, Harald Sitter
  • Date: 2014-08-20 08:35:15 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20140820083515-i9lk9nyt0adwd2q5
Tags: 2.0.0~git20141114-0ubuntu1
[ Scarlett Clark ]
* Update packaging for frameworks branch
* Git snapshot of the frameworks branch

[ Jonathan Riddell ]
* Remove kscreen-console.1 manpage which is out of date

[ Harald Sitter ]
* switch to new pkg-kde-tools

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
class QTimer;
29
29
 
30
 
class KDE_EXPORT KScreenDaemon : public KDEDModule
 
30
class Q_DECL_EXPORT KScreenDaemon : public KDEDModule
31
31
{
32
32
    Q_OBJECT
33
33
    Q_CLASSINFO("D-Bus Interface", "org.kde.KScreen")