summaryrefslogtreecommitdiffstats
path: root/kmail/configuredialog_p.h
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:16:08 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-21 13:16:08 -0500
commitd08e3983f108adde3d605a126304b60198dcde77 (patch)
treecdb45b374274f5a4f4dae99f83968c35f6dbbd28 /kmail/configuredialog_p.h
parentb453dab0d1213b773d7cf6a17856918cbab9f665 (diff)
downloadtdepim-d08e3983f108adde3d605a126304b60198dcde77.tar.gz
tdepim-d08e3983f108adde3d605a126304b60198dcde77.zip
Fix inadvertent tqt changes.
Diffstat (limited to 'kmail/configuredialog_p.h')
-rw-r--r--kmail/configuredialog_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/configuredialog_p.h b/kmail/configuredialog_p.h
index 290c9f9d..0ed45d95 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;