diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:04:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:04:40 -0600 |
commit | dfd8cf12a2d6044256a1e3876470fa553bf7ca52 (patch) | |
tree | f24d66ca822a020b93ff44f7251b105c9699e16e /src/main.cpp | |
parent | c2937aeffb2e9da3b78dfa72eba29edfad63f2bc (diff) | |
download | kchmviewer-dfd8cf12a2d6044256a1e3876470fa553bf7ca52.tar.gz kchmviewer-dfd8cf12a2d6044256a1e3876470fa553bf7ca52.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 6863cf1..8e84f20 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,7 +26,7 @@ #include "kchmkeyeventfilter.h" #if defined (USE_KDE) - #include <kaboutdata.h> + #include <tdeaboutdata.h> #include <dcopclient.h> #include "kde/kchmdcopiface.h" |