~schumski-deactivatedaccount-deactivatedaccount/k3b/master

« back to all changes in this revision

Viewing changes to libk3b/tools/k3bmediacache.cpp

  • Committer: Michał Małek
  • Date: 2014-10-05 10:44:08 UTC
  • mto: This revision was merged to the branch mainline in revision 5679.
  • Revision ID: git-v1:f0cf4ad47f0b1402f56242fc0245c9d0716185cc
Connect translation catalogs in a new KF5 way

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#include "k3bmedium.h"
18
18
#include "k3bmedium_p.h"
19
19
#include "k3bcddb.h"
20
 
 
21
20
#include "k3bdevicemanager.h"
22
21
#include "k3bdeviceglobals.h"
23
22
#include "k3bcore.h"
 
23
#include "k3b_i18n.h"
24
24
 
25
25
#include <KCoreAddons/KRandom>
26
 
#include <KI18n/KLocalizedString>
27
26
 
28
27
#include <QtCore/QDebug>
29
28
#include <QtCore/QThread>