From ef5399ae5a952065c7a0679d4a875d154c972945 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 14 Feb 2013 17:20:08 -0600 Subject: Rename common header files for consistency with class renaming --- doc/kde_app_devel/index.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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: -#include <kapplication.h> +#include <tdeapplication.h> #include <qpushbutton.h> int main( int argc, char **argv ) -- cgit v1.2.3