~ubuntu-branches/ubuntu/karmic/choqok/karmic

« back to all changes in this revision

Viewing changes to src/mediamanager.h

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-04-30 20:41:19 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090430204119-v1k5uw4aejloyfo7
Tags: 0.5-0ubuntu1
* New upstream release (LP: #370009)
* Bumped Standards-Version to 3.8.1
* Switched to pkg-kde-tools

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
    This file is part of choqoK, the KDE mono-blogging client
 
2
    This file is part of choqoK, the KDE micro-blogging client
3
3
 
4
4
    Copyright (C) 2008-2009 Mehrdad Momeny <mehrdad.momeny@gmail.com>
5
5
 
26
26
 
27
27
#include <QObject>
28
28
#include <QMap>
29
 
#define DATA_DIR KStandardDirs::locateLocal("data", "choqok/")
30
 
#define MEDIA_DIR KStandardDirs::locateLocal("data", "choqok/media/", true)
 
29
 
31
30
class QPixmap;
32
31
class KConfig;
33
32
class KConfigGroup;
 
33
 
34
34
namespace KIO
35
35
{
36
36
    class Job;
66
66
 
67
67
private:
68
68
    static MediaManager *mSelf;
 
69
    QString MEDIA_DIR;
69
70
    KConfig *mediaResource;
70
71
    KConfigGroup *map;
71
72
    QMap<QString, QString> mMediaFilesMap;// QMap<RemotePath, LocalPath>