diff options
Diffstat (limited to 'src/value.cpp')
-rw-r--r-- | src/value.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/value.cpp b/src/value.cpp index b95e374..8499f4a 100644 --- a/src/value.cpp +++ b/src/value.cpp @@ -17,9 +17,9 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include <ntqregexp.h> -#include <ntqstring.h> -#include <ntqstringlist.h> +#include <tqregexp.h> +#include <tqstring.h> +#include <tqstringlist.h> #include "value.h" |