diff options
Diffstat (limited to 'konq-plugins/domtreeviewer/domtreecommands.h')
-rw-r--r-- | konq-plugins/domtreeviewer/domtreecommands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/domtreeviewer/domtreecommands.h b/konq-plugins/domtreeviewer/domtreecommands.h index b018c6b..9dcd1c1 100644 --- a/konq-plugins/domtreeviewer/domtreecommands.h +++ b/konq-plugins/domtreeviewer/domtreecommands.h @@ -74,7 +74,7 @@ signals: */ void error(int err_id, const TQString &msg); -private: // make tqmoc not complain +private: // make moc not complain friend class ManipulationCommand; }; |