diff options
Diffstat (limited to 'kpovmodeler/pmbicubicpatchedit.cpp')
-rw-r--r-- | kpovmodeler/pmbicubicpatchedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/pmbicubicpatchedit.cpp b/kpovmodeler/pmbicubicpatchedit.cpp index 8dff49b0..e3a46e36 100644 --- a/kpovmodeler/pmbicubicpatchedit.cpp +++ b/kpovmodeler/pmbicubicpatchedit.cpp @@ -27,7 +27,7 @@ #include <tqlabel.h> #include <tqcombobox.h> #include <tqcheckbox.h> -#include <klocale.h> +#include <tdelocale.h> PMBicubicPatchEdit::PMBicubicPatchEdit( TQWidget* parent, const char* name ) : Base( parent, name ) |