summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--certmanager/lib/backends/qgpgme/qgpgmejob.h4
-rw-r--r--certmanager/lib/ui/keylistview.h2
-rw-r--r--kaddressbook/views/configuretableviewdialog.h2
-rw-r--r--kmail/configuredialog_p.h6
-rw-r--r--kmail/index.h2
-rw-r--r--korganizer/korganizer.h2
-rw-r--r--korn/kio_count.h2
7 files changed, 10 insertions, 10 deletions
diff --git a/certmanager/lib/backends/qgpgme/qgpgmejob.h b/certmanager/lib/backends/qgpgme/qgpgmejob.h
index 49ec6834..844ca974 100644
--- a/certmanager/lib/backends/qgpgme/qgpgmejob.h
+++ b/certmanager/lib/backends/qgpgme/qgpgmejob.h
@@ -64,9 +64,9 @@ namespace Kleo {
/** This is a hackish helper class to avoid code duplication in this
backend's Kleo::Job subclasses. It contains several workarounds
- for tqmoc/signal/slot shortcomings, most of which the author of
+ for moc/signal/slot shortcomings, most of which the author of
this thinks are TQt bugs (lazy implementations), first and
- foremost the inability of tqmoc to handle inheritance from
+ foremost the inability of moc to handle inheritance from
multiple TQObject-derived subclasses.
To use it, inherit from the Job-subclass, then from this class,
diff --git a/certmanager/lib/ui/keylistview.h b/certmanager/lib/ui/keylistview.h
index 3f3edc03..5c711a77 100644
--- a/certmanager/lib/ui/keylistview.h
+++ b/certmanager/lib/ui/keylistview.h
@@ -45,7 +45,7 @@ class TQColor;
namespace Kleo {
- // work around tqmoc parser bug...
+ // work around moc parser bug...
#define TEMPLATE_TYPENAME(T) template <typename T>
TEMPLATE_TYPENAME(T)
inline T * lvi_cast( TQListViewItem * item ) {
diff --git a/kaddressbook/views/configuretableviewdialog.h b/kaddressbook/views/configuretableviewdialog.h
index 9dbec3ee..d4a79a6f 100644
--- a/kaddressbook/views/configuretableviewdialog.h
+++ b/kaddressbook/views/configuretableviewdialog.h
@@ -58,7 +58,7 @@ class ConfigureTableViewWidget : public ViewConfigureWidget
};
/**
- Internal class. It is only defined here for tqmoc
+ Internal class. It is only defined here for moc
*/
class LookAndFeelPage : public TQWidget
{
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;
diff --git a/kmail/index.h b/kmail/index.h
index ca8d5107..015bc106 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:
diff --git a/korganizer/korganizer.h b/korganizer/korganizer.h
index 34f58cdc..b51a4f99 100644
--- a/korganizer/korganizer.h
+++ b/korganizer/korganizer.h
@@ -50,7 +50,7 @@ namespace KCal { class CalendarResources; }
using namespace KCal;
-// Workaround for tqmoc workaround for visual c++ 6.0 sucking
+// Workaround for moc workaround for visual c++ 6.0 sucking
typedef KOrg::MainWindow KOrgMainWindow;
typedef KParts::MainWindow KPartsMainWindow;
diff --git a/korn/kio_count.h b/korn/kio_count.h
index 25616e60..93222a70 100644
--- a/korn/kio_count.h
+++ b/korn/kio_count.h
@@ -25,7 +25,7 @@
#include "kio.h" //Alsewise, no access to KKioDrop::FileInfo (needed in template)
-#include <kio/global.h> //FIXME: without this, tqmoc-compiler fails.
+#include <kio/global.h> //FIXME: without this, moc-compiler fails.
class KIO_Protocol;
class KIO_Single_Subject;