diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:13:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:13:36 -0600 |
commit | 666824a6c549fb4eeae7a29083349638974a57d7 (patch) | |
tree | bdaee2352859a2ba502dc15a6dab097a38449d6c /ksysv/kscroller.cpp | |
parent | f45c7fac3012aa4bc10d8ddcfa99e1a72675d356 (diff) | |
download | tdeadmin-666824a6c549fb4eeae7a29083349638974a57d7.tar.gz tdeadmin-666824a6c549fb4eeae7a29083349638974a57d7.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'ksysv/kscroller.cpp')
-rw-r--r-- | ksysv/kscroller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksysv/kscroller.cpp b/ksysv/kscroller.cpp index 59a5a3a..0c18b25 100644 --- a/ksysv/kscroller.cpp +++ b/ksysv/kscroller.cpp @@ -6,7 +6,7 @@ #include <kdebug.h> #include <kdialog.h> -#include <kapplication.h> +#include <tdeapplication.h> #include "kscroller.h" |