]>
cloud.milkyroute.net Git - dolphin.git/log
Peter Penz [Thu, 31 May 2007 20:58:39 +0000 (20:58 +0000)]
pass alpha value in ctor
svn path=/trunk/KDE/kdebase/apps/; revision=670248
Peter Penz [Thu, 31 May 2007 20:08:06 +0000 (20:08 +0000)]
reimplemented rubberband handling in Details View without using the (quite slow) QRubberBand widget
svn path=/trunk/KDE/kdebase/apps/; revision=670234
Peter Penz [Thu, 31 May 2007 16:14:47 +0000 (16:14 +0000)]
Provide a rubberband for the Details View when selecting items. This assures a consistent behavior with the Icons View and the selection style of other file managers (in opposite to QListView it is not possible in QTreeView to show a rubberband automatically within Qt 4.3 :-().
svn path=/trunk/KDE/kdebase/apps/; revision=670181
Script Kiddy [Tue, 29 May 2007 05:15:16 +0000 (05:15 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=669344
Sebastian Trueg [Mon, 28 May 2007 07:55:07 +0000 (07:55 +0000)]
* Adapt KMetaData changes.
* Dolphin now handles multiple file selections properly in case of metadata.
svn path=/trunk/KDE/kdebase/apps/; revision=668954
Peter Penz [Mon, 28 May 2007 05:38:13 +0000 (05:38 +0000)]
use KGraphicsUtils::blendColor() instead of custom mixColors() method
svn path=/trunk/KDE/kdebase/apps/; revision=668924
Peter Penz [Mon, 28 May 2007 04:32:57 +0000 (04:32 +0000)]
create modal dialogs on stack as David suggested
svn path=/trunk/KDE/kdebase/apps/; revision=668900
Script Kiddy [Sun, 27 May 2007 05:03:47 +0000 (05:03 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=668646
Peter Penz [Sat, 26 May 2007 13:33:36 +0000 (13:33 +0000)]
reanimate properties dialog (thanks to Laurent Montel for fixing it in the tree view!)
svn path=/trunk/KDE/kdebase/apps/; revision=668453
Laurent Montel [Sat, 26 May 2007 12:58:12 +0000 (12:58 +0000)]
display properties dialogbox
svn path=/trunk/KDE/kdebase/apps/; revision=668442
Laurent Montel [Sat, 26 May 2007 12:54:36 +0000 (12:54 +0000)]
Fix signal/slot
svn path=/trunk/KDE/kdebase/apps/; revision=668440
Peter Penz [Sat, 26 May 2007 09:16:56 +0000 (09:16 +0000)]
allow to reset all settings to default values
svn path=/trunk/KDE/kdebase/apps/; revision=668398
Peter Penz [Sat, 26 May 2007 07:51:43 +0000 (07:51 +0000)]
remember the size of dialogs
svn path=/trunk/KDE/kdebase/apps/; revision=668385
André Wöbbeking [Sun, 20 May 2007 20:52:40 +0000 (20:52 +0000)]
also compile without HAVE_KMETADATA
svn path=/trunk/KDE/kdebase/apps/; revision=666761
Peter Penz [Sat, 19 May 2007 18:04:31 +0000 (18:04 +0000)]
EBN fixes (thanks to Max Blazejak!)
svn path=/trunk/KDE/kdebase/apps/; revision=666387
Peter Penz [Sat, 19 May 2007 17:53:12 +0000 (17:53 +0000)]
- rename m_name to m_nameLabel for consistency
- prevent that the m_nameLabel increases the size of the infosidebar if the text cannot get wrapped
svn path=/trunk/KDE/kdebase/apps/; revision=666383
Peter Penz [Sat, 19 May 2007 17:23:35 +0000 (17:23 +0000)]
internal cleanup; additional meta information can be shown now, although this code path is deactivated currently because the system hangs when retreiving the meta information of a zip-file
svn path=/trunk/KDE/kdebase/apps/; revision=666379
Peter Penz [Sat, 19 May 2007 17:22:20 +0000 (17:22 +0000)]
minor coding guideline fixes
svn path=/trunk/KDE/kdebase/apps/; revision=666375
Peter Penz [Sat, 19 May 2007 14:42:11 +0000 (14:42 +0000)]
performance optimization: don't retrieve the meta information immediately when changing the item selection, wait 300 ms until no selection change has been done
svn path=/trunk/KDE/kdebase/apps/; revision=666342
Peter Penz [Sat, 19 May 2007 12:25:31 +0000 (12:25 +0000)]
include cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=666303
David Faure [Sat, 19 May 2007 08:03:39 +0000 (08:03 +0000)]
Make the test link (moving renamedialog to libdolphinprivate since we'll need that feature in the part anyway)
svn path=/trunk/KDE/kdebase/apps/; revision=666229
Peter Penz [Fri, 18 May 2007 23:51:03 +0000 (23:51 +0000)]
EBN fixes + minor coding guideline fixes (thanks to Max Blazejak!).
svn path=/trunk/KDE/kdebase/apps/; revision=666164
Peter Penz [Fri, 18 May 2007 23:42:17 +0000 (23:42 +0000)]
although not required at the moment, this alignment makes sense with the improved KFileItemDelegate implementation from Fredrik (hope Fredrik commits on Monday :-))
svn path=/trunk/KDE/kdebase/apps/; revision=666163
Peter Penz [Fri, 18 May 2007 23:36:58 +0000 (23:36 +0000)]
David Faure wrote:
> Sounds like the kind of method that would benefit greatly from a unit test :)
OK, committing my first unit test for KDE. Although very minimal it's at least a start ;-) (currently deactivated as I've some problem in CMakeList.txt)
svn path=/trunk/KDE/kdebase/apps/; revision=666162
Peter Penz [Fri, 18 May 2007 20:57:35 +0000 (20:57 +0000)]
grmpf - forgot to remove the kDebug() statement in my previous commit...
svn path=/trunk/KDE/kdebase/apps/; revision=666125
Peter Penz [Fri, 18 May 2007 20:52:48 +0000 (20:52 +0000)]
When renaming items in Dolphin, only the name should be selected, not the extensions like ".gif", ".txt" etc. The inconvenient part is if the item name is something like "cmake-2.4.5", where the version number does not count as extension (-> the whole string should be selected in this case).
This patch should fix the problem...
Examples (name -> selected string):
"Image.gif" -> "Image"
"package.tar.gz" -> "package"
"cmake-2.4.5" -> "cmake-2.4.5"
"Image.1.12.gif" -> "Image.1.12"
"Image.tar.1.12.gz" -> "Image"
svn path=/trunk/KDE/kdebase/apps/; revision=666118
Peter Penz [Fri, 18 May 2007 19:39:08 +0000 (19:39 +0000)]
Allow to configure whether an asking for confirmation should be done for the 'Move To Trash' and 'Delete' actions. This setting is used by konq_operations.cc and shared with Konqueror.
svn path=/trunk/KDE/kdebase/apps/; revision=666103
Peter Penz [Fri, 18 May 2007 13:06:41 +0000 (13:06 +0000)]
- assure that when hovering the viewport that an empty request for item information is send
- remove unused method
svn path=/trunk/KDE/kdebase/apps/; revision=665973
Peter Penz [Fri, 18 May 2007 12:44:52 +0000 (12:44 +0000)]
- allow to configure that the filter bar should be shown after starting Dolphin (is off per default)
- some minor naming cleanups
BUG: 145168
svn path=/trunk/KDE/kdebase/apps/; revision=665964
Peter Penz [Fri, 18 May 2007 08:42:45 +0000 (08:42 +0000)]
ignore spontaneous show events (thanks to Dominik Haumann for pointing this out)
svn path=/trunk/KDE/kdebase/apps/; revision=665855
Stephan Kulow [Thu, 17 May 2007 17:40:51 +0000 (17:40 +0000)]
fix possible crash (CID 3607)
svn path=/trunk/KDE/kdebase/apps/; revision=665696
Peter Penz [Thu, 17 May 2007 14:51:54 +0000 (14:51 +0000)]
information sidebar fixes:
- provide meta information when hovering items
- don't increase the sidebar width, if the item name is longer than the available width
svn path=/trunk/KDE/kdebase/apps/; revision=665646
Peter Penz [Thu, 17 May 2007 13:29:13 +0000 (13:29 +0000)]
when the column view is used, then 'Split view' should take the root URL of the column view as new base for the secondary view
svn path=/trunk/KDE/kdebase/apps/; revision=665630
Peter Penz [Thu, 17 May 2007 12:00:50 +0000 (12:00 +0000)]
when having split views: darken the background color of the inactive view
svn path=/trunk/KDE/kdebase/apps/; revision=665612
Peter Penz [Thu, 17 May 2007 10:06:37 +0000 (10:06 +0000)]
improve drag & drop support for treeview sidebar:
- allow to drag items within the tree
- expand nodes automatically during a drag & drop operation
svn path=/trunk/KDE/kdebase/apps/; revision=665588
Peter Penz [Thu, 17 May 2007 08:42:07 +0000 (08:42 +0000)]
don't increase the decoration size if the icons are aligned from left to right
svn path=/trunk/KDE/kdebase/apps/; revision=665573
Peter Penz [Thu, 17 May 2007 08:16:56 +0000 (08:16 +0000)]
reload items when the view is refreshed by changing the global settings
svn path=/trunk/KDE/kdebase/apps/; revision=665571
Peter Penz [Wed, 16 May 2007 19:37:31 +0000 (19:37 +0000)]
fix for the fix for the fix [1]: assure that invoking Dolphin with remote URLs like "dolphin ftp://ftp.kde.org/" works too (thanks to David Faure)
[1] I hope this does not get a neverending story ;-)
svn path=/trunk/KDE/kdebase/apps/; revision=665393
Peter Penz [Wed, 16 May 2007 19:21:06 +0000 (19:21 +0000)]
revert last patch ("fix issue that invoking 'dolphin .' does not work") and replace it by a more generic approach
svn path=/trunk/KDE/kdebase/apps/; revision=665386
Peter Penz [Wed, 16 May 2007 15:10:37 +0000 (15:10 +0000)]
allow that Dolphin can be started like 'dolphin .' for showing the current directory (patch submitted by Max Blazejak)
svn path=/trunk/KDE/kdebase/apps/; revision=665320
Peter Penz [Wed, 16 May 2007 15:01:41 +0000 (15:01 +0000)]
using KShell::quoteArg() "might be" helpful ;-)
svn path=/trunk/KDE/kdebase/apps/; revision=665316
Robert Knight [Wed, 16 May 2007 05:52:03 +0000 (05:52 +0000)]
Better choice of phrase: 'Categorized' -> 'Show in Groups'
svn path=/trunk/KDE/kdebase/apps/; revision=665189
Script Kiddy [Wed, 16 May 2007 04:59:20 +0000 (04:59 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=665169
Peter Penz [Tue, 15 May 2007 21:03:35 +0000 (21:03 +0000)]
use the terminal interface correctly -> the path of the embedded konsole is synchronized with the current directory
svn path=/trunk/KDE/kdebase/apps/; revision=665104
Peter Penz [Tue, 15 May 2007 20:24:56 +0000 (20:24 +0000)]
some finetuning for the icons view:
- rename gridWidth() and gridHeight() settings property to itemWidth() and itemHeight() to avoid confusion with the grid size property of QListView
- assure that the grid spacing is respected
- decrease default text width
- allow having more than 1 text line doing a proper wrapping
svn path=/trunk/KDE/kdebase/apps/; revision=665097
Peter Penz [Mon, 14 May 2007 22:46:01 +0000 (22:46 +0000)]
The wrapping flag of QStyleOptionViewItemV2 gets lost, as the instance is assigned to a QStyleOptionViewItem object later on (QStyleOptionViewItem AbstractItemView::viewOptions() const) -> enable the wrapping in the QListView itself.
svn path=/trunk/KDE/kdebase/apps/; revision=664830
Peter Penz [Mon, 14 May 2007 21:33:49 +0000 (21:33 +0000)]
although the wrapping is enabled, eliding the text might be required -> don't specify Qt::ElideNone
svn path=/trunk/KDE/kdebase/apps/; revision=664803
Sebastian Trueg [Mon, 14 May 2007 09:21:58 +0000 (09:21 +0000)]
Try not to set properties unless changed.
svn path=/trunk/KDE/kdebase/apps/; revision=664542
Thorsten Roeder [Sun, 13 May 2007 17:47:20 +0000 (17:47 +0000)]
some krazy fixes
svn path=/trunk/KDE/kdebase/apps/; revision=664331
Script Kiddy [Sun, 13 May 2007 06:01:08 +0000 (06:01 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=664086
Peter Penz [Sat, 12 May 2007 13:41:31 +0000 (13:41 +0000)]
hover fix for the details mode: hovering should only be done on the name column, all other columns behave as viewport area
svn path=/trunk/KDE/kdebase/apps/; revision=663861
Peter Penz [Sat, 12 May 2007 10:22:01 +0000 (10:22 +0000)]
provide a hover information in the statusbar if the mouse cursor enters an item
svn path=/trunk/KDE/kdebase/apps/; revision=663779
Peter Penz [Thu, 10 May 2007 20:29:10 +0000 (20:29 +0000)]
layout improvements in the icons view:
* do a text wrapping if the number of lines is > 1 (TODO: bugfix of KFileItemDelegate necessary, currently the text might overlap with the icon)
* increase the height for the text area if an additional information like type, date, ... is shown
svn path=/trunk/KDE/kdebase/apps/; revision=663320
Peter Penz [Thu, 10 May 2007 18:27:32 +0000 (18:27 +0000)]
don't lose the history of the URL navigator if the settings of the Icons View, Details View or Columns View have been changed
svn path=/trunk/KDE/kdebase/apps/; revision=663282
Dirk Mueller [Wed, 9 May 2007 22:23:52 +0000 (22:23 +0000)]
include cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=663054
Peter Penz [Wed, 9 May 2007 05:59:25 +0000 (05:59 +0000)]
Postpone the creating of the dir lister to the first show event. This assures that no performance and memory overhead is given when the TreeView is not used at all.
svn path=/trunk/KDE/kdebase/apps/; revision=662771
Thorsten Roeder [Tue, 8 May 2007 22:05:30 +0000 (22:05 +0000)]
SVN_SILENT: some krazy spelling fixes mainly in comments
svn path=/trunk/KDE/kdebase/apps/; revision=662694
Peter Penz [Tue, 8 May 2007 21:52:09 +0000 (21:52 +0000)]
prevent loading items twice in the tree view
svn path=/trunk/KDE/kdebase/apps/; revision=662690
Peter Penz [Tue, 8 May 2007 20:40:46 +0000 (20:40 +0000)]
fix issue in column view that the wrong root directory is taken because of keeping old directories in KDirLister
svn path=/trunk/KDE/kdebase/apps/; revision=662658
Luboš Luňák [Mon, 7 May 2007 15:10:51 +0000 (15:10 +0000)]
Compile.
svn path=/trunk/KDE/kdebase/libkonq/; revision=662159
Sebastian Trueg [Mon, 7 May 2007 14:32:54 +0000 (14:32 +0000)]
Use NFO to set file urls.
svn path=/trunk/KDE/kdebase/apps/; revision=662129
David Faure [Mon, 7 May 2007 12:01:37 +0000 (12:01 +0000)]
Don't rely on konsole sources.
If compilation fails, update and install kdelibs/interfaces/terminal
svn path=/trunk/KDE/kdebase/apps/; revision=662060
Laurent Montel [Mon, 7 May 2007 07:27:26 +0000 (07:27 +0000)]
Adapt to new konsole api
svn path=/trunk/KDE/kdebase/apps/; revision=661990
Peter Penz [Mon, 7 May 2007 05:33:49 +0000 (05:33 +0000)]
synchronize embedded terminal with the current directory
svn path=/trunk/KDE/kdebase/apps/; revision=661960
Peter Penz [Mon, 7 May 2007 05:33:20 +0000 (05:33 +0000)]
don't use '/' as shortcut for filtering, this conflicts with the usage of the embedded terminal
svn path=/trunk/KDE/kdebase/apps/; revision=661959
Peter Penz [Sun, 6 May 2007 22:09:04 +0000 (22:09 +0000)]
minor adjustments for working together with Max after the BIC Monday...
svn path=/trunk/KDE/kdebase/apps/; revision=661899
Peter Penz [Sun, 6 May 2007 21:50:24 +0000 (21:50 +0000)]
Initial step for showing the terminal embedded inside Dolphin instead of opening a separate window. This allows to synchronize the current directory of the terminal with the shown directory in Dolphin.
svn path=/trunk/KDE/kdebase/apps/; revision=661890
Peter Penz [Sun, 6 May 2007 20:47:15 +0000 (20:47 +0000)]
optimization: don't load the directory tree if the widget is invisible
svn path=/trunk/KDE/kdebase/apps/; revision=661865
Peter Penz [Sun, 6 May 2007 20:46:01 +0000 (20:46 +0000)]
optimization: don't try to show the meta information if the widget is invisible
svn path=/trunk/KDE/kdebase/apps/; revision=661864
Peter Penz [Sun, 6 May 2007 17:41:49 +0000 (17:41 +0000)]
coding style cleanup: fix wrong indenting of members in constructor
svn path=/trunk/KDE/kdebase/apps/; revision=661819
Peter Penz [Sun, 6 May 2007 17:25:50 +0000 (17:25 +0000)]
some cleanups for the sidebar pages (move protected members to private section etc.)
svn path=/trunk/KDE/kdebase/apps/; revision=661815
Peter Penz [Sat, 5 May 2007 21:02:04 +0000 (21:02 +0000)]
revert last commit, it leads to the uncommon behavior that the last state of the settings dialog is remembered (grmpf - I should do more testing... ;-))
svn path=/trunk/KDE/kdebase/apps/; revision=661511
Peter Penz [Sat, 5 May 2007 20:53:14 +0000 (20:53 +0000)]
let the settings dialog be a singleton (thanks to Max Blazejak for the patch!)
svn path=/trunk/KDE/kdebase/apps/; revision=661508
Peter Penz [Thu, 3 May 2007 06:02:44 +0000 (06:02 +0000)]
optimize
svn path=/trunk/KDE/kdebase/apps/; revision=660582
Peter Penz [Thu, 3 May 2007 05:52:54 +0000 (05:52 +0000)]
let the information sidebar react on selection changes
svn path=/trunk/KDE/kdebase/apps/; revision=660580
Peter Penz [Thu, 3 May 2007 05:52:11 +0000 (05:52 +0000)]
allow to specify a transition type
svn path=/trunk/KDE/kdebase/apps/; revision=660579
Peter Penz [Thu, 3 May 2007 05:09:18 +0000 (05:09 +0000)]
initial step for cleaning up the information sidebar: get rid of service actions, just let the information sidebar be a place for metadata (nepomuk)
svn path=/trunk/KDE/kdebase/apps/; revision=660576
Script Kiddy [Thu, 3 May 2007 05:02:42 +0000 (05:02 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=660563
Peter Penz [Thu, 3 May 2007 04:59:06 +0000 (04:59 +0000)]
respect global singleclick-/doubleclick-setting
svn path=/trunk/KDE/kdebase/apps/; revision=660557
Dirk Mueller [Wed, 2 May 2007 14:50:04 +0000 (14:50 +0000)]
more cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=660385
David Faure [Wed, 2 May 2007 10:02:19 +0000 (10:02 +0000)]
If it's not always compiled, then we need to check it before we add it to the link line...
svn path=/trunk/KDE/kdebase/apps/; revision=660323
David Faure [Wed, 2 May 2007 10:00:16 +0000 (10:00 +0000)]
Oh. It's in kdelibs, but it's not always compiled. Revert.
(and moved checks to the right place)
svn path=/trunk/KDE/kdebase/apps/; revision=660320
David Faure [Wed, 2 May 2007 09:52:26 +0000 (09:52 +0000)]
kmetadata is in kdelibs now
svn path=/trunk/KDE/kdebase/apps/; revision=660318
Script Kiddy [Wed, 2 May 2007 05:15:33 +0000 (05:15 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=660259
Peter Penz [Wed, 2 May 2007 05:15:03 +0000 (05:15 +0000)]
don't connect each sidebar page with all available signals per default
svn path=/trunk/KDE/kdebase/apps/; revision=660258
Sebastian Trueg [Tue, 1 May 2007 15:18:07 +0000 (15:18 +0000)]
* Added KMetaData cmake check
* Fixed Dolphin+KMetaData compilation
* Moved knepomuk tests into kdebase
svn path=/trunk/KDE/kdebase/apps/; revision=660109
Sebastian Trueg [Tue, 1 May 2007 15:10:43 +0000 (15:10 +0000)]
make it compile again.
svn path=/trunk/KDE/kdebase/apps/; revision=660108
Peter Penz [Tue, 1 May 2007 09:12:24 +0000 (09:12 +0000)]
Respect global single/double click setting for the icons- and details view (thanks to Sam Abed for the patch!). PS: I did not introduce an executed()-signal in KListView, as:
* In general we want to avoid having Kxxx-view classes for existing Qxxx-view classes like this was the case in KDE3. Qt4 allows us to use custom models + delegates and hence there should be no need to introduce KListView, KTreeView or KColumnView.
* It looks like KListView will be renamed to KCategoryView and it's open yet whether it it will be available outside the scope of a file manager for KDE 4.0.
* The details view is derived from QTreeView and the columns view is derived from QColumnView -> adjusting KListView won't help here :-)
svn path=/trunk/KDE/kdebase/apps/; revision=659994
Script Kiddy [Tue, 1 May 2007 06:45:54 +0000 (06:45 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/kdesktop/init/Templates/; revision=659948
David Faure [Mon, 30 Apr 2007 20:22:25 +0000 (20:22 +0000)]
KDiskFreeSp -> KDiskFreeSpace
Port away from deprecated KIO::findPathMountPoint
svn path=/trunk/KDE/kdebase/apps/; revision=659796
Sebastian Trueg [Mon, 30 Apr 2007 17:09:24 +0000 (17:09 +0000)]
Replaced File with KMetaData::Resource for the time being.
Once we have the proper ontology I will change it back.
svn path=/trunk/KDE/kdebase/apps/; revision=659702
David Faure [Mon, 30 Apr 2007 11:29:12 +0000 (11:29 +0000)]
a bit ugly, but the migration to QList<KFileItem> has to be incremental...
svn path=/trunk/KDE/kdebase/apps/; revision=659519
David Faure [Mon, 30 Apr 2007 08:31:55 +0000 (08:31 +0000)]
PreviewJob API change (KFileItems by value)
svn path=/trunk/KDE/kdebase/apps/; revision=659426
Dirk Mueller [Sat, 28 Apr 2007 22:01:28 +0000 (22:01 +0000)]
cleanup
svn path=/trunk/KDE/kdebase/apps/; revision=658929
Script Kiddy [Fri, 27 Apr 2007 04:57:44 +0000 (04:57 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=658426
Script Kiddy [Mon, 23 Apr 2007 05:35:29 +0000 (05:35 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/workspace/kdesktop/init/Templates/; revision=657060
Peter Penz [Sun, 22 Apr 2007 21:27:40 +0000 (21:27 +0000)]
reactivated info sidebar again and temporary removed the code which resets the URL after starting Dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=656979
Peter Penz [Sun, 22 Apr 2007 21:04:46 +0000 (21:04 +0000)]
allow sorting by type
svn path=/trunk/KDE/kdebase/apps/; revision=656971
Pino Toscano [Sun, 22 Apr 2007 16:01:07 +0000 (16:01 +0000)]
headers of a private library should not be installed
svn path=/trunk/KDE/kdebase/apps/; revision=656882
Laurent Montel [Sun, 22 Apr 2007 11:14:24 +0000 (11:14 +0000)]
Remove not necessary include
svn path=/trunk/KDE/kdebase/nsplugins/; revision=656776