diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:16:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:16:56 -0600 |
commit | b2de6514213d205907e8de3dd17f8eb80d868a4f (patch) | |
tree | c9c28a281edf1d36fb1f099c881cf6fe2ddd4422 /kfax/kfax.h | |
parent | 45733bf02969d683d06440a615a6160d8d72dd42 (diff) | |
download | tdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.tar.gz tdegraphics-b2de6514213d205907e8de3dd17f8eb80d868a4f.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'kfax/kfax.h')
-rw-r--r-- | kfax/kfax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfax/kfax.h b/kfax/kfax.h index 2371c92c..07a6a784 100644 --- a/kfax/kfax.h +++ b/kfax/kfax.h @@ -28,7 +28,7 @@ #ifndef _KFAX_H_ #define _KFAX_H_ -#include <kapplication.h> +#include <tdeapplication.h> #include <tdemainwindow.h> #include <tqptrlist.h> #include <kurl.h> |