From d08e3983f108adde3d605a126304b60198dcde77 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 21 Oct 2012 13:16:08 -0500 Subject: Fix inadvertent tqt changes. --- kmail/configuredialog_p.h | 6 +++--- kmail/index.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kmail') diff --git a/kmail/configuredialog_p.h b/kmail/configuredialog_p.h index 290c9f9d5..0ed45d95e 100644 --- a/kmail/configuredialog_p.h +++ b/kmail/configuredialog_p.h @@ -409,7 +409,7 @@ public: TQString helpAnchor() const; - // hrmpf. tqmoc doesn't like nested classes with slots/signals...: + // hrmpf. moc doesn't like nested classes with slots/signals...: typedef AccountsPageSendingTab SendingTab; typedef AccountsPageReceivingTab ReceivingTab; @@ -588,7 +588,7 @@ public: TQString helpAnchor() const; - // hrmpf. tqmoc doesn't like nested classes with slots/signals...: + // hrmpf. moc doesn't like nested classes with slots/signals...: typedef AppearancePageFontsTab FontsTab; typedef AppearancePageColorsTab ColorsTab; typedef AppearancePageLayoutTab LayoutTab; @@ -817,7 +817,7 @@ public: TQString helpAnchor() const; - // hrmpf. tqmoc doesn't like nested classes with slots/signals...: + // hrmpf. moc doesn't like nested classes with slots/signals...: typedef ComposerPageGeneralTab GeneralTab; typedef ComposerPagePhrasesTab PhrasesTab; typedef ComposerPageTemplatesTab TemplatesTab; diff --git a/kmail/index.h b/kmail/index.h index ca8d51076..015bc1064 100644 --- a/kmail/index.h +++ b/kmail/index.h @@ -152,7 +152,7 @@ class KMMsgIndex : public TQObject { * DO NOT USE THIS CLASS * * It is conceptually a private class. - * Just needs to be public because of tqmoc limitations + * Just needs to be public because of moc limitations */ class Search; private: -- cgit v1.2.1