summaryrefslogtreecommitdiffstats
path: root/lib/interfaces/external
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-10-18 23:04:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-10-18 23:04:45 +0900
commit8b32bdf532a706f0305424774506f5016f714c09 (patch)
treef847092af6e7c9033ff9ae07fc9b0d39d2b42927 /lib/interfaces/external
parent85bc8e43e622bc0a7f4bfbeef817a7697ff65b64 (diff)
downloadtdevelop-8b32bdf532a706f0305424774506f5016f714c09.tar.gz
tdevelop-8b32bdf532a706f0305424774506f5016f714c09.zip
Fixed generation of API documentation. Updated TDevelop API documentation toc file. This relates to bug 1859.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/interfaces/external')
-rw-r--r--lib/interfaces/external/Mainpage.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/interfaces/external/Mainpage.dox b/lib/interfaces/external/Mainpage.dox
index 4ed571dd..8c22ba73 100644
--- a/lib/interfaces/external/Mainpage.dox
+++ b/lib/interfaces/external/Mainpage.dox
@@ -26,7 +26,7 @@ KInterfaceDesigner::Designer interface):
void editFunction(DesignerType type, const QString &formName, const QString &functionName)
void editSource(DesignerType type, const QString &formName);
@endcode
-are connected to corresponding Q_SLOTS of TDevelop designer integration engine which can be implemented in KDevelop language support plugin.
+are connected to corresponding Q_SLOTS of TDevelop designer integration engine which can be implemented in TDevelop language support plugin.
Each language support which wants to use integrated designer, must reimplement
@code
@@ -39,8 +39,8 @@ developers. With the convenience library writing %Qt designer integration for th
trivial task.
-\section kdevdesigner KDevelop Designer technical overview
-KDevelop version >= 3.1 comes with a customized version (fork ;)) of %Qt Designer. It is called KDevelop Designer (KDevDesigner, kdevdesigner from the command line). KDevDesigner has some important differences:
+\section kdevdesigner TDevelop Designer technical overview
+TDevelop version >= 3.1 comes with a customized version (fork ;)) of %Qt Designer. It is called TDevelop Designer (KDevDesigner, kdevdesigner from the command line). KDevDesigner has some important differences:
- KDevDesigner provides a read/write KPart which can be embedded into any application which wants to edit .ui files. TDevelop IDE embeds KDevDesigner this way.
- KDevDesigner uses %KDE icons and dialogs and thus provides better integration with a system.
.