diff options
Diffstat (limited to 'kghostview/kgvfactory.h')
-rw-r--r-- | kghostview/kgvfactory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kghostview/kgvfactory.h b/kghostview/kgvfactory.h index 1b2e0801..d0ac9550 100644 --- a/kghostview/kgvfactory.h +++ b/kghostview/kgvfactory.h @@ -1,6 +1,6 @@ /** * Copyright (C) 2003, Luís Pedro Coelho, - * based on tdelibs/kparts/genericfactory.h + * based on tdelibs/tdeparts/genericfactory.h * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,8 +19,8 @@ #ifndef KGVPart_H_INCLUDE_GUARD_ #define KGVPart_H_INCLUDE_GUARD_ -#include <kparts/factory.h> -#include <kparts/part.h> +#include <tdeparts/factory.h> +#include <tdeparts/part.h> class TDEInstance; class TDEAboutData; |