summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/part/radialMap/widget.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/part/radialMap/widget.cpp b/src/part/radialMap/widget.cpp
index 79e2ed9..1fabe7a 100644
--- a/src/part/radialMap/widget.cpp
+++ b/src/part/radialMap/widget.cpp
@@ -42,15 +42,15 @@ RadialMap::Widget::path() const
KURL
RadialMap::Widget::url( File const * const file ) const
{
- if (file)
- {
- return KURL::fromPathOrURL(file->fullPath());
- }
- if (m_tree)
- {
- return KURL::fromPathOrURL(m_tree->fullPath());
- }
- return KURL::fromPathOrURL(TQString::null);
+ if (file)
+ {
+ return KURL::fromPathOrURL(file->fullPath());
+ }
+ if (m_tree)
+ {
+ return KURL::fromPathOrURL(m_tree->fullPath());
+ }
+ return KURL::fromPathOrURL(TQString::null);
}
void