diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:02:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:02:45 -0600 |
commit | 0079f31d03ce531c5ad04b1a80f3004673e7af7b (patch) | |
tree | f54ad43c9ac7971f4c8c94fd1ae00d1c63e8a411 /src/abakuscommon.h | |
parent | 0ede75fb1a663a646384793c5e64bec653072207 (diff) | |
download | abakus-0079f31d03ce531c5ad04b1a80f3004673e7af7b.tar.gz abakus-0079f31d03ce531c5ad04b1a80f3004673e7af7b.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/abakuscommon.h')
-rw-r--r-- | src/abakuscommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abakuscommon.h b/src/abakuscommon.h index 3ad954e..c093446 100644 --- a/src/abakuscommon.h +++ b/src/abakuscommon.h @@ -1,7 +1,7 @@ // header file for pch support. #if defined __cplusplus -#include <kapplication.h> +#include <tdeapplication.h> #include <kdebug.h> #include <kpushbutton.h> #include <tdeconfig.h> |