diff options
| author | André Wöbbeking <[email protected]> | 2007-11-10 15:47:39 +0000 |
|---|---|---|
| committer | André Wöbbeking <[email protected]> | 2007-11-10 15:47:39 +0000 |
| commit | bbc2d51e0d4c7c5c35d54615361be4c96f35bdbb (patch) | |
| tree | 3be77d23facd230e14c0aabc7c2edb5212507f96 | |
| parent | 3cbfe8361041207ed9424bf2665f5a48ddbcd0ad (diff) | |
remove unnecessary forward declaration
svn path=/trunk/KDE/kdebase/apps/; revision=734964
| -rw-r--r-- | src/dolphinpart.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 0b901f664..432b55bd3 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -29,7 +29,6 @@ class KDirLister; class DolphinView; class QLineEdit; class KAboutData; -namespace KParts { class ReadOnlyPart; } class DolphinPart : public KParts::ReadOnlyPart { |
