summaryrefslogtreecommitdiffstats
path: root/libtdegames
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:16:56 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:16:56 -0500
commit29f9a8394477d9f0e13a69df1f36e14abcafc02e (patch)
tree6f82e81e6f4898872a57c51f1380542d8d02db1f /libtdegames
parent2735472853f3877717df2f1a1309dc82d42eef78 (diff)
downloadtdegames-29f9a8394477d9f0e13a69df1f36e14abcafc02e.tar.gz
tdegames-29f9a8394477d9f0e13a69df1f36e14abcafc02e.zip
Fix inadvertent tqt changes.
Diffstat (limited to 'libtdegames')
-rw-r--r--libtdegames/kgame/kmessageserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/kgame/kmessageserver.h b/libtdegames/kgame/kmessageserver.h
index b874fd35..b9b6b66e 100644
--- a/libtdegames/kgame/kmessageserver.h
+++ b/libtdegames/kgame/kmessageserver.h
@@ -469,7 +469,7 @@ private:
connections.
NOTE: This has to be here in the header file, because it is a subclass from
- TQObject and has to go through the tqmoc.
+ TQObject and has to go through the moc.
@short An internal class for KServerSocket
@author Burkhard Lehner <Burkhard.Lehner@gmx.de>