diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:19:01 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:19:01 -0500 |
commit | af12abdf281a467cad59bca807b1c224b1fec8a2 (patch) | |
tree | 012889c857e9daa4e6a076b68bd15c786ead3ee1 /konq-plugins | |
parent | 5a16508047e6ccab7835c9c911eb8cd65a6ae145 (diff) | |
download | tdeaddons-af12abdf281a467cad59bca807b1c224b1fec8a2.tar.gz tdeaddons-af12abdf281a467cad59bca807b1c224b1fec8a2.zip |
Fix inadvertent tqt changes.
Diffstat (limited to 'konq-plugins')
-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; }; |