summaryrefslogtreecommitdiffstats
path: root/amarok/src/filebrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/filebrowser.cpp')
-rw-r--r--amarok/src/filebrowser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/amarok/src/filebrowser.cpp b/amarok/src/filebrowser.cpp
index d33bddc9..4db60218 100644
--- a/amarok/src/filebrowser.cpp
+++ b/amarok/src/filebrowser.cpp
@@ -1,7 +1,7 @@
/* This file is part of the KDE project
Copyright (C) 2004 Mark Kretschmann <markey@web.de>
Copyright (C) 2003 Alexander Dymo <cloudtemple@mksat.net>
- Copyright (C) 2003 Roberto Raggi <roberto@tdevelop.org>
+ Copyright (C) 2003 Roberto Raggi <roberto@kdevelop.org>
Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org>
Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
Copyright (C) 2001 Anders Lund <anders.lund@lund.tdcadsl.dk>
@@ -79,7 +79,7 @@ FileBrowser::FileBrowser( const char * name, Medium * medium )
m_medium = 0;
location = new KURL( Amarok::config( "Filebrowser" )->readPathEntry( "Location", TQDir::homeDirPath() ) );
KFileItem *currentFolder = new KFileItem( KFileItem::Unknown, KFileItem::Unknown, *location );
- //KIO sucks, NetAccess::exists puts up a dialog and has annoying error message boxes
+ //TDEIO sucks, NetAccess::exists puts up a dialog and has annoying error message boxes
//if there is a problem so there is no point in using it anyways.
//so... setting the diroperator to ~ is the least sucky option
if ( !location->isLocalFile() || !currentFolder->isReadable() ) {