~ubuntu-branches/ubuntu/maverick/kdegraphics/maverick-proposed

« back to all changes in this revision

Viewing changes to gwenview/app/gvcore.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-02 14:03:43 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20091202140343-2732gbkj69g89arq
Tags: 4:4.3.80-0ubuntu1
* New upstream beta release:
  - Add build-depend on shared-desktop-ontologies for nepomuk integration
  - Bump .so versions for libkexiv, libkdcraw and libkipi
  - Update various .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
namespace Gwenview {
36
36
 
 
37
class AbstractSemanticInfoBackEnd;
 
38
class MainWindow;
37
39
class SortedDirModel;
38
 
class AbstractSemanticInfoBackEnd;
39
40
 
40
41
class GvCorePrivate;
41
42
class GvCore : public QObject {
42
43
        Q_OBJECT
43
44
public:
44
 
        GvCore(QWidget* mainWindow, SortedDirModel*);
 
45
        GvCore(MainWindow* mainWindow, SortedDirModel*);
45
46
        ~GvCore();
46
47
 
47
48
        QAbstractItemModel* recentFoldersModel() const;