diff options
Diffstat (limited to 'part/kxe_viewattributes.cpp')
-rw-r--r-- | part/kxe_viewattributes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/part/kxe_viewattributes.cpp b/part/kxe_viewattributes.cpp index 0a4d3f3..59084cf 100644 --- a/part/kxe_viewattributes.cpp +++ b/part/kxe_viewattributes.cpp @@ -19,9 +19,9 @@ #include "kxeattributedialog.h" -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kdebug.h> -#include <klocale.h> +#include <tdelocale.h> KXE_ViewAttributes::KXE_ViewAttributes( TQWidget * pParent, const char * pszName ) : TQTable( 0, 3, pParent, pszName ) |