diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:19:01 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:19:01 -0600 |
commit | 40a94e488f56f1e783636b6414da7a3c4cadc86e (patch) | |
tree | 97f80ca640805f36d66bc9133baf9916c946a46d /src/part/radialMap/segmentTip.cpp | |
parent | aeecbb9b93a2ce6139d125f54c0cbec7fce3e8d4 (diff) | |
download | filelight-40a94e488f56f1e783636b6414da7a3c4cadc86e.tar.gz filelight-40a94e488f56f1e783636b6414da7a3c4cadc86e.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/part/radialMap/segmentTip.cpp')
-rw-r--r-- | src/part/radialMap/segmentTip.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/part/radialMap/segmentTip.cpp b/src/part/radialMap/segmentTip.cpp index 3fb5d34..4f3d042 100644 --- a/src/part/radialMap/segmentTip.cpp +++ b/src/part/radialMap/segmentTip.cpp @@ -51,7 +51,7 @@ SegmentTip::moveTo( TQPoint p, const TQWidget &canvas, bool placeAbove ) p.rx() -= rect().center().x(); p.ry() -= (placeAbove ? 8 + height() : m_cursorHeight - 8); - const TQRect screen = KGlobalSettings::desktopGeometry( parentWidget() ); + const TQRect screen = TDEGlobalSettings::desktopGeometry( parentWidget() ); const int x = p.x(); const int y = p.y(); @@ -107,7 +107,7 @@ SegmentTip::updateTip( const File* const file, const Directory* const root ) { const TQString s1 = file->fullPath( root ); TQString s2 = file->humanReadableSize(); - KLocale *loc = KGlobal::locale(); + KLocale *loc = TDEGlobal::locale(); const uint MARGIN = 3; const uint pc = 100 * file->size() / root->size(); uint maxw = 0; |