diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:04:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:04:46 -0600 |
commit | b62814d4c88772011cba25bb5b1f3dcddda95a8f (patch) | |
tree | aa6f5a6d83934cb7c76e83ea8237c1faf503b75a /cert-updater | |
parent | 3f0f8ac65fd0f0807045744309327f170b9db397 (diff) | |
download | kcmldapcontroller-b62814d4c88772011cba25bb5b1f3dcddda95a8f.tar.gz kcmldapcontroller-b62814d4c88772011cba25bb5b1f3dcddda95a8f.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'cert-updater')
-rw-r--r-- | cert-updater/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cert-updater/main.cpp b/cert-updater/main.cpp index a73c027..5934b3c 100644 --- a/cert-updater/main.cpp +++ b/cert-updater/main.cpp @@ -23,10 +23,10 @@ #include <netdb.h> #include <pwd.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <kstartupinfo.h> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <ksimpleconfig.h> |