summaryrefslogtreecommitdiffstats
path: root/korganizer/koeditorgeneraljournal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koeditorgeneraljournal.cpp')
-rw-r--r--korganizer/koeditorgeneraljournal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/koeditorgeneraljournal.cpp b/korganizer/koeditorgeneraljournal.cpp
index 25372ba4..fa3e40ac 100644
--- a/korganizer/koeditorgeneraljournal.cpp
+++ b/korganizer/koeditorgeneraljournal.cpp
@@ -41,7 +41,7 @@
#include <tqdatetime.h>
#include <tqcheckbox.h>
#include <tqlabel.h>
-#include <tqlayout.h>
+#include <layout.h>
#include <tqwhatsthis.h>
@@ -196,7 +196,7 @@ bool KOEditorGeneralJournal::validateInput()
if (!mDateEdit->date().isValid()) {
KMessageBox::sorry( 0,
i18n("Please specify a valid date, for example '%1'.")
- .tqarg( KGlobal::locale()->formatDate( TQDate::tqcurrentDate() ) ) );
+ .arg( KGlobal::locale()->formatDate( TQDate::currentDate() ) ) );
return false;
}