diff options
Diffstat (limited to 'src/functions.cpp')
-rw-r--r-- | src/functions.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/functions.cpp b/src/functions.cpp index cf0ec8d..f0d73aa 100644 --- a/src/functions.cpp +++ b/src/functions.cpp @@ -20,12 +20,15 @@ * Free Software Foundation, Inc., * * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#include <ntqdatetime.h> + +#include <tqdatetime.h> +#include <tqdir.h> + #include <tdelocale.h> #include <tdeglobal.h> #include <kdebug.h> + #include <sys/time.h> -#include <ntqdir.h> #include <cstdlib> #include "functions.h" |