diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 15:00:34 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 15:00:34 -0500 |
commit | 1c58f5a1406458669ea8ede15a3e2ea499a005f4 (patch) | |
tree | 317cc9ccd58260d28e3bda19be1271314836e716 /ChangeLog | |
parent | f7aa568e72522795cc7ab26556890d1e4de94d4e (diff) | |
download | dbus-tqt-1c58f5a1406458669ea8ede15a3e2ea499a005f4.tar.gz dbus-tqt-1c58f5a1406458669ea8ede15a3e2ea499a005f4.zip |
Fix inadvertent tq changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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> |