~ubuntu-branches/ubuntu/hardy/kdeartwork/hardy-backports

« back to all changes in this revision

Viewing changes to kscreensaver/kpartsaver/kpartsaver.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-05-23 16:01:05 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070523160105-ev2i2rmvb2en06xe
Tags: 4:3.5.7-1ubuntu1
Merge with Debian for new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include <klocale.h>
35
35
#include <kapplication.h>
36
36
#include <kdebug.h>
37
 
#include <klibloader.h>
38
37
#include <kconfig.h>
39
38
#include <kfiledialog.h>
40
39
#include <kurl.h>
96
95
    bool m_random;
97
96
    int m_delay;
98
97
    QStringList m_files;
99
 
    KLibFactory *m_factory;
100
98
    QLabel *m_back;
101
99
};
102
100