diff options
Diffstat (limited to 'ktnef/gui/messagepropertydialog.cpp')
-rw-r--r-- | ktnef/gui/messagepropertydialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktnef/gui/messagepropertydialog.cpp b/ktnef/gui/messagepropertydialog.cpp index ba4dad91f..ad6106172 100644 --- a/ktnef/gui/messagepropertydialog.cpp +++ b/ktnef/gui/messagepropertydialog.cpp @@ -20,7 +20,7 @@ #include "ktnef/ktnefmessage.h" #include <tdelistview.h> -#include <klocale.h> +#include <tdelocale.h> MessagePropertyDialog::MessagePropertyDialog( TQWidget *parent, KTNEFMessage *msg ) : KDialogBase( parent, "MessagePropertyDialog", true, i18n( "Message Properties" ), |