diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:07:29 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:07:29 -0600 |
commit | 3b6870c6e1177574772803b5b09416903ee40fc0 (patch) | |
tree | 03b48b993d5dcf6f87b5f76824fd215f1ae98b67 /example | |
parent | a5df607029e00ab0240203fc24083723a23fb720 (diff) | |
download | koffice-3b6870c6e1177574772803b5b09416903ee40fc0.tar.gz koffice-3b6870c6e1177574772803b5b09416903ee40fc0.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'example')
-rw-r--r-- | example/example_aboutdata.h | 2 | ||||
-rw-r--r-- | example/main.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/example/example_aboutdata.h b/example/example_aboutdata.h index 89536876..a1f69b7f 100644 --- a/example/example_aboutdata.h +++ b/example/example_aboutdata.h @@ -20,7 +20,7 @@ #ifndef EXAMPLE_ABOUTDATA #define EXAMPLE_ABOUTDATA -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <klocale.h> static const char* description=I18N_NOOP("Example KOffice Program"); diff --git a/example/main.cc b/example/main.cc index d8b8a537..dd4b0129 100644 --- a/example/main.cc +++ b/example/main.cc @@ -20,7 +20,7 @@ #include <KoApplication.h> #include <KoDocument.h> #include <KoMainWindow.h> -#include <kcmdlineargs.h> +#include <tdecmdlineargs.h> #include <klocale.h> #include <dcopclient.h> #include "example_aboutdata.h" |