diff options
Diffstat (limited to 'conduits/malconduit/mal-factory.cc')
-rw-r--r-- | conduits/malconduit/mal-factory.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conduits/malconduit/mal-factory.cc b/conduits/malconduit/mal-factory.cc index d343fe3..f411e94 100644 --- a/conduits/malconduit/mal-factory.cc +++ b/conduits/malconduit/mal-factory.cc @@ -32,9 +32,9 @@ #include "options.h" -#include <kapplication.h> +#include <tdeapplication.h> #include <kinstance.h> -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <time.h> // Needed by pilot-link include #include "mal-conduit.h" |