┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/itemeffectsmanager.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2006-11-22 17:13:11 +0000
committerPeter Penz <[email protected]>2006-11-22 17:13:11 +0000
commit7fec7ff9a096d288b66fce2699c7b8bc71f6fbbb (patch)
tree48c9e04fccc22a57d0871273b610f2b5da8edd19 /src/itemeffectsmanager.h
parent9075797f9b529d958fa1b6a2a4fe45bc00c4b69d (diff)
As KURL has been renamed to KUrl all classes and methods, which use the term 'URL', have been converted to use 'Url' instead (e. g. the class URLNavigator is called UrlNavigator now).
svn path=/trunk/playground/utils/dolphin/; revision=606991
Diffstat (limited to 'src/itemeffectsmanager.h')
-rw-r--r--src/itemeffectsmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itemeffectsmanager.h b/src/itemeffectsmanager.h
index 7f5f3814f..b442adce0 100644
--- a/src/itemeffectsmanager.h
+++ b/src/itemeffectsmanager.h
@@ -108,7 +108,7 @@ private:
};
QPixmap* m_pixmapCopy;
- KUrl m_highlightedURL;
+ KUrl m_highlightedUrl;
// contains all items which have been disabled by a 'cut' operation
Q3ValueList<DisabledItem> m_disabledItems;