summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--konversation/src/konversationmainwindow.h2
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);