remove klocale
This commit is contained in:
parent
f995cf5b90
commit
777bf35984
@ -30,10 +30,10 @@
|
|||||||
#include <QVBoxLayout>
|
#include <QVBoxLayout>
|
||||||
|
|
||||||
#include <QFileDialog>
|
#include <QFileDialog>
|
||||||
#include <KLocale>
|
|
||||||
#include <QAction>
|
#include <QAction>
|
||||||
#include <KShell>
|
#include <KShell>
|
||||||
#include <KMessageBox>
|
#include <KMessageBox>
|
||||||
|
#include <klocalizedstring.h>
|
||||||
#include <QMenu>
|
#include <QMenu>
|
||||||
#include <KServiceTypeTrader>
|
#include <KServiceTypeTrader>
|
||||||
#include <KStandardAction>
|
#include <KStandardAction>
|
||||||
@ -512,7 +512,7 @@ void InteractiveConsole::evaluateScript()
|
|||||||
}
|
}
|
||||||
|
|
||||||
QDateTime dt = QDateTime::currentDateTime();
|
QDateTime dt = QDateTime::currentDateTime();
|
||||||
cursor.insertText(i18n("Executing script at %1", KLocale::global()->formatDateTime(dt)), format);
|
cursor.insertText(i18n("Executing script at %1", QLocale().toString(dt)));
|
||||||
|
|
||||||
format.setFontWeight(QFont::Normal);
|
format.setFontWeight(QFont::Normal);
|
||||||
format.setFontUnderline(false);
|
format.setFontUnderline(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user