diff options
Diffstat (limited to 'tdeprint/printmgr/kcmprintmgr.cpp')
-rw-r--r-- | tdeprint/printmgr/kcmprintmgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/printmgr/kcmprintmgr.cpp b/tdeprint/printmgr/kcmprintmgr.cpp index 02954e1bf..75fc42742 100644 --- a/tdeprint/printmgr/kcmprintmgr.cpp +++ b/tdeprint/printmgr/kcmprintmgr.cpp @@ -25,7 +25,7 @@ #include <kgenericfactory.h> #include <tdeaboutdata.h> #include <kdebug.h> -#include <klocale.h> +#include <tdelocale.h> typedef KGenericFactory<KCMPrintMgr, TQWidget> KPrintMgrFactory; K_EXPORT_COMPONENT_FACTORY( kcm_printmgr, KPrintMgrFactory("kcmprintmgr") ) |