~ubuntu-branches/ubuntu/trusty/kde4libs/trusty

« back to all changes in this revision

Viewing changes to kdecore/tests/ktimezonestest_p.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Jonathan Thomas
  • Date: 2012-03-30 18:44:02 UTC
  • mfrom: (1.14.16)
  • Revision ID: package-import@ubuntu.com-20120330184402-4y9d0yaxmr2x01z4
Tags: 4:4.8.2-0ubuntu1
[ Rohan Garg ]
* New upstream release
  - Update symbols for libkparts4 and libkio5 

[ Jonathan Thomas ]
* Add kubuntu_fix_nepomuk_utils_crash.diff cherry-pick from KDE's 4.8
  branch. (LP: #948973)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define KTIMEZONESTEST_P_H
22
22
 
23
23
#include <kconfiggroup.h>
 
24
#include <kstandarddirs.h>
24
25
#include <QDebug>
25
26
#include <QtCore/QDir>
26
27
#include "qtest_kde.h"
37
38
        removeDir(QLatin1String("ktimezonestest/Asia"));
38
39
        removeDir(QLatin1String("ktimezonestest/Europe"));
39
40
        removeDir(QLatin1String("ktimezonestest"));
40
 
        removeDir(QLatin1String("share/config"));
41
 
        QDir().rmpath(QDir::homePath() + "/.kde-unit-test/share");
 
41
        QFile::remove(KStandardDirs::locateLocal("config", "ktimezonedrc", false, KGlobal::mainComponent()));
42
42
    }
43
43
 
44
44
    void setupTimeZoneTest()