diff options
Diffstat (limited to 'kdesktop/kwebdesktop')
-rw-r--r-- | kdesktop/kwebdesktop/kwebdesktop.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdesktop/kwebdesktop/kwebdesktop.cpp b/kdesktop/kwebdesktop/kwebdesktop.cpp index 5aae0c465..885f1ce5b 100644 --- a/kdesktop/kwebdesktop/kwebdesktop.cpp +++ b/kdesktop/kwebdesktop/kwebdesktop.cpp @@ -21,12 +21,12 @@ #include <config.h> -#include <kapplication.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kdebug.h> #include <klocale.h> -#include <kcmdlineargs.h> -#include <kaboutdata.h> +#include <tdecmdlineargs.h> +#include <tdeaboutdata.h> #include <kurifilter.h> #include <tdeio/job.h> |