summaryrefslogtreecommitdiffstats
path: root/kmail
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:16:08 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-11-10 18:55:19 +0100
commit9a6b614070df8c787c814aca888865d226d14733 (patch)
tree71125539c5c14ae1f7527c4aebe7d92e8125291e /kmail
parent9701dcae660dcc652a6c67c740dcff2cc2bccead (diff)
downloadtdepim-9a6b614070df8c787c814aca888865d226d14733.tar.gz
tdepim-9a6b614070df8c787c814aca888865d226d14733.zip
Fix inadvertent tqt changes.
(cherry picked from commit d08e3983f108adde3d605a126304b60198dcde77)
Diffstat (limited to 'kmail')
-rw-r--r--kmail/configuredialog_p.h6
-rw-r--r--kmail/index.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/kmail/configuredialog_p.h b/kmail/configuredialog_p.h
index 14921839a..c5d075040 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 1a8ae33a9..7a7b84c12 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: