diff options
| author | Montel Laurent <[email protected]> | 2015-02-06 13:21:27 +0100 |
|---|---|---|
| committer | Montel Laurent <[email protected]> | 2015-02-06 13:21:27 +0100 |
| commit | f67bdd0fb70520b83f6428619c02a996724543b5 (patch) | |
| tree | cea25cab62a24e1b62b63194b53143e9ef409265 /src/statusbar/mountpointobservercache.cpp | |
| parent | 3dbee30c1aecfa4924c587e764a13ae5755c9279 (diff) | |
kdelibs4support--
Diffstat (limited to 'src/statusbar/mountpointobservercache.cpp')
| -rw-r--r-- | src/statusbar/mountpointobservercache.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/statusbar/mountpointobservercache.cpp b/src/statusbar/mountpointobservercache.cpp index 5be2a9f95..ab3744eac 100644 --- a/src/statusbar/mountpointobservercache.cpp +++ b/src/statusbar/mountpointobservercache.cpp @@ -21,7 +21,6 @@ #include "mountpointobserver.h" -#include <KGlobal> #include <KMountPoint> #include <QTimer> @@ -31,7 +30,7 @@ class MountPointObserverCacheSingleton public: MountPointObserverCache instance; }; -K_GLOBAL_STATIC(MountPointObserverCacheSingleton, s_MountPointObserverCache) +Q_GLOBAL_STATIC(MountPointObserverCacheSingleton, s_MountPointObserverCache) MountPointObserverCache::MountPointObserverCache() : |
