diff options
| author | Peter Penz <[email protected]> | 2007-01-26 00:57:52 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-01-26 00:57:52 +0000 |
| commit | db8090b4de6e9d492cf8e63ac11e838c1a531539 (patch) | |
| tree | 2acc92f4f8463f40cd67645d663cb354d75d43d9 | |
| parent | 5840fcede7178c80d137f589110d09ee20a99483 (diff) | |
upsi... forgot to uncomment the temporary workaround until the forward declaration in knewmenu.h is added :-(
svn path=/trunk/playground/utils/dolphin/; revision=627221
| -rw-r--r-- | src/dolphinnewmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinnewmenu.h b/src/dolphinnewmenu.h index cca7b8e37..71db38786 100644 --- a/src/dolphinnewmenu.h +++ b/src/dolphinnewmenu.h @@ -21,7 +21,7 @@ #ifndef DOLPHINNEWMENU_H #define DOLPHINNEWMENU_H -//class KActionCollection; // TODO: only required temporary because of +class KActionCollection; // TODO: only required temporary because of // missing forward declaration in knewmenu.h #include <knewmenu.h> |
