summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index b204ab3..7df3b96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -241,7 +241,7 @@
* qt/qdbusabstractinterface_p.h:
* qt/qdbusinterface.cpp: Make properties in interfaces
actually work. The code that was generated would not compile,
- due to tqmoc calls to functions that did not exist. They now
+ due to moc calls to functions that did not exist. They now
shall. (r536571)
2006-04-30 Thiago Macieira <thiago.macieira@trolltech.com>
@@ -322,8 +322,8 @@
2006-04-28 Robert McQueen <robot101@debian.org>
- * qt/Makefile.am: Tweak CLEANFILES from qdbusconnection.tqmoc
- to qdbusconnection_p.tqmoc.
+ * qt/Makefile.am: Tweak CLEANFILES from qdbusconnection.moc
+ to qdbusconnection_p.moc.
2006-04-24 John (J5) Palmieri <johnp@redhat.com>
@@ -406,7 +406,7 @@
2006-04-10 Thiago Macieira <thiago.macieira@trolltech.com>
* qt/Makefile.am: fix the dependency for
- qdbusconnection_p.tqmoc. It's included in qdbusintegrator.cpp,
+ qdbusconnection_p.moc. It's included in qdbusintegrator.cpp,
not in qdbusconnection.cpp.
Thanks to Jakub Stachowski <stachowski@hypair.net> for
spotting this.
@@ -550,7 +550,7 @@
2006-02-28 Thiago Macieira <thiago.macieira@trolltech.com>
- * qt/Makefile.am: Patch by Sjoerd Simons. More .tqmoc issues:
+ * qt/Makefile.am: Patch by Sjoerd Simons. More .moc issues:
make/automake don't detect that we're talking about the same
.lo file if I specify the full path to the source files.
@@ -570,7 +570,7 @@
2006-02-25 Thiago Macieira <thiago.macieira@trolltech.com>
* qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the
- .lo files taking tqmoc sources.
+ .lo files taking moc sources.
2006-02-25 Havoc Pennington <hp@redhat.com>
@@ -616,7 +616,7 @@
2006-02-16 Robert McQueen <robot101@debian.org>
* configure.in: Patch from Debian packages by Sjoerd Simons
- <sjoerd@debian.org> to add --with-qt-tqmoc and --with-qt3-tqmoc
+ <sjoerd@debian.org> to add --with-qt-moc and --with-qt3-moc
arguments so it's possible to build both bindings in the
same tree.
@@ -7280,7 +7280,7 @@
you don't need pyrex to make dist
* qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
- sources; run tqmoc
+ sources; run moc
2004-03-18 Richard Hult <richard@imendio.com>