diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:06:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:06:03 -0600 |
commit | e300112085a815f0a0997342661b216beedd78f1 (patch) | |
tree | 32d096da909d6c3466fb2c378ca58cf69d5ffd32 /src/kcm | |
parent | 6171c13e949f5475676ad0e3175140d17402043b (diff) | |
download | knemo-e300112085a815f0a0997342661b216beedd78f1.tar.gz knemo-e300112085a815f0a0997342661b216beedd78f1.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/kcm')
-rw-r--r-- | src/kcm/configdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kcm/configdialog.cpp b/src/kcm/configdialog.cpp index 357bbd7..c2438c0 100644 --- a/src/kcm/configdialog.cpp +++ b/src/kcm/configdialog.cpp @@ -43,7 +43,7 @@ #include <kdesktopfile.h> #include <kcolorbutton.h> #include <kinputdialog.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <knotifydialog.h> #include <kstandarddirs.h> #include <kgenericfactory.h> |