Fix the includes in locale.h/cpp

This commit is contained in:
Giorgos Tsiapaliwkas 2012-03-26 11:30:33 +03:00
parent feefca269b
commit f84c3642a6
2 changed files with 7 additions and 0 deletions

View File

@ -18,8 +18,13 @@
Boston, MA 02110-1301, USA.
*/
//own
#include "locale.h"
//KDE
#include <KGlobal>
//Qt
#include <QTime>
#include <QDate>

View File

@ -20,8 +20,10 @@
#ifndef LOCALE_H
#define LOCALE_H
//Qt
#include <QObject>
//KDE
#include <KLocale>
class QString;