diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:29:36 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 13:29:36 -0500 |
commit | 645e07e2d4df085bfcb55c45b957f9e2bd41d099 (patch) | |
tree | 39a4b9cba44badabe36acfce2537ad8edaa07813 | |
parent | d2b6b5c3ecb9dc0d65a5a1210524a0537aa86c9c (diff) | |
download | konversation-645e07e2d4df085bfcb55c45b957f9e2bd41d099.tar.gz konversation-645e07e2d4df085bfcb55c45b957f9e2bd41d099.zip |
Fix inadvertent tqt changes.
-rw-r--r-- | konversation/src/konversationmainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/konversationmainwindow.h b/konversation/src/konversationmainwindow.h index 240eab7..99136cd 100644 --- a/konversation/src/konversationmainwindow.h +++ b/konversation/src/konversationmainwindow.h @@ -114,7 +114,7 @@ class KonversationMainWindow : public KMainWindow void openQuickConnectDialog(); void openNotify(); - // it seems that tqmoc does not honor #ifs in compile so we create an + // it seems that moc does not honor #ifs in compile so we create an // empty slot in our .cpp file rather than #if this slot out void openNotifications(); void notifyAction(const TQString& serverName,const TQString& nick); |