┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Wöbbeking <[email protected]>2007-11-10 15:47:39 +0000
committerAndré Wöbbeking <[email protected]>2007-11-10 15:47:39 +0000
commitbbc2d51e0d4c7c5c35d54615361be4c96f35bdbb (patch)
tree3be77d23facd230e14c0aabc7c2edb5212507f96
parent3cbfe8361041207ed9424bf2665f5a48ddbcd0ad (diff)
remove unnecessary forward declaration
svn path=/trunk/KDE/kdebase/apps/; revision=734964
-rw-r--r--src/dolphinpart.h1
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
{