diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-21 16:37:21 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-09 01:57:35 +0100 |
commit | ca1eb9ca3b459151dfb1a1db629985a7aac35a7b (patch) | |
tree | 52ae1169b7401fec08cbf33c341a1a8277b93a60 /KDE2PORTING.html | |
parent | a9d018925e0a31d0de1fbb2761963eab7d95e5f9 (diff) | |
download | tdelibs-ca1eb9ca3b459151dfb1a1db629985a7aac35a7b.tar.gz tdelibs-ca1eb9ca3b459151dfb1a1db629985a7aac35a7b.zip |
Fix inadvertent tq changes.
(cherry picked from commit 00a35c030ef40653ceb5cec9cc2a79df881675a6)
Diffstat (limited to 'KDE2PORTING.html')
-rw-r--r-- | KDE2PORTING.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/KDE2PORTING.html b/KDE2PORTING.html index 1d158a900..1154682c8 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. |