summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:19:01 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:19:01 -0500
commitaf12abdf281a467cad59bca807b1c224b1fec8a2 (patch)
tree012889c857e9daa4e6a076b68bd15c786ead3ee1
parent5a16508047e6ccab7835c9c911eb8cd65a6ae145 (diff)
downloadtdeaddons-af12abdf.tar.gz
tdeaddons-af12abdf.zip
Fix inadvertent tqt changes.
-rw-r--r--kate/cppsymbolviewer/plugin_katesymbolviewer.h2
-rw-r--r--konq-plugins/domtreeviewer/domtreecommands.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kate/cppsymbolviewer/plugin_katesymbolviewer.h b/kate/cppsymbolviewer/plugin_katesymbolviewer.h
index ed6145d..4988996 100644
--- a/kate/cppsymbolviewer/plugin_katesymbolviewer.h
+++ b/kate/cppsymbolviewer/plugin_katesymbolviewer.h
@@ -3,7 +3,7 @@
-------------------
begin : Apr 2 2003
author : 2003 Massimo Callegari
- email : massitqmocallegari@yahoo.it
+ email : massimocallegari@yahoo.it
***************************************************************************/
/***************************************************************************
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;
};