summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:20:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:20:08 -0600
commitef5399ae5a952065c7a0679d4a875d154c972945 (patch)
treefcb55d81ad3cadbd3005f3d91bd92a49570a0905 /doc
parent56af19378809499e458b6cba44b6988077268773 (diff)
downloadtdevelop-ef5399ae5a952065c7a0679d4a875d154c972945.tar.gz
tdevelop-ef5399ae5a952065c7a0679d4a875d154c972945.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'doc')
-rw-r--r--doc/kde_app_devel/index.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/kde_app_devel/index.docbook b/doc/kde_app_devel/index.docbook
index 78a9f60c..920ba3b0 100644
--- a/doc/kde_app_devel/index.docbook
+++ b/doc/kde_app_devel/index.docbook
@@ -566,7 +566,7 @@ In the following, you will see that writing a KDE application is not much more d
Qt application. For the use of KDE's features, you just have to use some other classes, and you're almost
done. As an example, we'll discuss the changed version of the Qt example from above:
<programlisting>
-#include &lt;kapplication.h>
+#include &lt;tdeapplication.h>
#include &lt;qpushbutton.h>
int main( int argc, char **argv )