Find a file
André Wöbbeking 6c83aadacd KSharedPtr ctor is explicit now.
svn path=/trunk/KDE/kdebase/konqueror/; revision=502917
2006-01-27 15:07:52 +00:00
doc Foreward port Konsole's documentation 2006-01-02 16:28:40 +00:00
kdepasswd Port KImageIO 2006-01-25 20:15:01 +00:00
kdialog KURL -> KUrl 2006-01-24 08:32:09 +00:00
keditbookmarks Fix QPtrList->QList porting. if (it.current()) shouldn't become if (*it), but if (it!=end) 2006-01-24 20:21:42 +00:00
kfind Less warnings 2006-01-25 08:42:27 +00:00
konqueror KSharedPtr ctor is explicit now. 2006-01-27 15:07:52 +00:00
kwrite KURL -> KUrl 2006-01-24 08:32:09 +00:00
lib/konq Reverting last change. 2006-01-26 19:51:24 +00:00
nsplugins readListEntry-- 2006-01-26 15:17:47 +00:00
Makefile.am keditbookmarks moved to apps 2005-10-25 11:02:17 +00:00
README Add apps/ and workspace/ directories along with README files so 2005-08-31 09:29:34 +00:00

KDE Base Applications consists of what runs on the desktop.  This module isn't a complete collection of essential applications that a user would expect on a desktop (such as e-mail and calculator).  This packages is the basic set of applications beyond the workspace that KDE applications can assume are installed.  These applications should have no problem running on Windows, OS X, Gnome, etc as stand alone applications if the user wanted to use them there.