diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-14 16:45:05 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-14 16:45:05 +0000 |
commit | 48d4a26399959121f33d2bc3bfe51c7827b654fc (patch) | |
tree | 5ae5e6e00d3ba330b7b8be9bc097154b6bc739e8 /languages/cpp/doc/qt-kdev3.toc | |
parent | 7e701ace6592d09e1f2c0cf28c7d6d872d78f4f5 (diff) | |
download | tdevelop-48d4a26399959121f33d2bc3bfe51c7827b654fc.tar.gz tdevelop-48d4a26399959121f33d2bc3bfe51c7827b654fc.zip |
TQt4 port kdevelop
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1236710 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'languages/cpp/doc/qt-kdev3.toc')
-rw-r--r-- | languages/cpp/doc/qt-kdev3.toc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/languages/cpp/doc/qt-kdev3.toc b/languages/cpp/doc/qt-kdev3.toc index e1ed885e..b9e225ec 100644 --- a/languages/cpp/doc/qt-kdev3.toc +++ b/languages/cpp/doc/qt-kdev3.toc @@ -16,9 +16,9 @@ <tocsect2 name="Designing the program" url="design-program.html"/> <tocsect2 name="Adding widgets" url="adding-widgets.html"/> <tocsect2 name="Getting spaced out" url="spaced-out.html"/> - <tocsect2 name="Signals and slots" url="signals-and-slots.html"/> + <tocsect2 name="Signals and Q_SLOTS" url="Q_SIGNALS-and-Q_SLOTS.html"/> <tocsect2 name="Generating the source" url="source.html"/> - <tocsect2 name="Implementing the slot" url="slots.html"/> + <tocsect2 name="Implementing the slot" url="Q_SLOTS.html"/> </tocsect1> <tocsect1 name="In short" url="in-short.html"> </tocsect1> @@ -32,7 +32,7 @@ </tocsect1> <tocsect1 name="Generating the source (alternate)" url="without_subclass.html"> <tocsect2 name="Without using the KDevelop subclassing capability" url="without_subclass.html"/> - <tocsect2 name="Implementing the slot" url="slots2.html"/> + <tocsect2 name="Implementing the slot" url="Q_SLOTS2.html"/> </tocsect1> <tocsect1 name="Credits and License" url="credits.html"> </tocsect1> |