diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 16:37:21 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 16:37:21 -0500 |
commit | 00a35c030ef40653ceb5cec9cc2a79df881675a6 (patch) | |
tree | ea745ccfe10591dcdcdfcedafba0a480ecb637b2 | |
parent | ae7f408f34a5437cfd9662d887e9489be3b08fbf (diff) | |
download | tdelibs-00a35c030ef40653ceb5cec9cc2a79df881675a6.tar.gz tdelibs-00a35c030ef40653ceb5cec9cc2a79df881675a6.zip |
Fix inadvertent tq changes.
-rw-r--r-- | KDE2PORTING.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/KDE2PORTING.html b/KDE2PORTING.html index df2a5e788..286c7f30a 100644 --- a/KDE2PORTING.html +++ b/KDE2PORTING.html @@ -18,7 +18,7 @@ or <a href="http://doc.trolltech.com/porting.html">this page online</a>.<P> <UL> <LI><A HREF="#gettingstarted">Getting Started</A></LI> <LI><A HREF="#general">Global changes</A></LI> -<LI><A HREF="#autotqmoc">autotqmoc/am_edit, Makefile.am tags</A></LI> +<LI><A HREF="#automoc">automoc/am_edit, Makefile.am tags</A></LI> <LI><A HREF="#KApplication">KApplication</A></LI> <LI><A HREF="#KCmdLineArgs">KCmdLineArgs</A></LI> <LI><A HREF="#KLocale">KLocale</A></LI> @@ -95,12 +95,12 @@ or <a href="http://doc.trolltech.com/porting.html">this page online</a>.<P> <H4><P ALIGN="RIGHT"><A HREF="#TOC">Return to the Table of Contents</A></P></H4> -<H3><A NAME="autotqmoc">autotqmoc/am_edit, Makefile.am tags</A></H3> +<H3><A NAME="automoc">automoc/am_edit, Makefile.am tags</A></H3> - On the subject of the compilation framework, autotqmoc has been removed from + On the subject of the compilation framework, automoc has been removed from the admin directory. It has been replaced by am_edit which provides a lot of additional features.<P> - METASOURCES=AUTO still does the job of generating the appropriate tqmoc files, + METASOURCES=AUTO still does the job of generating the appropriate moc files, but in addition, you should use KDE_ICON for the icons representing the application (and naming those icons conforming to lo16-app-<appname>.png), and install the application-specific icons under $(kde_datadir)/<appname>/pics. |