summaryrefslogtreecommitdiffstats
path: root/korganizer/kojournalview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/kojournalview.cpp')
-rw-r--r--korganizer/kojournalview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/kojournalview.cpp b/korganizer/kojournalview.cpp
index 1219fd57..0eee35a2 100644
--- a/korganizer/kojournalview.cpp
+++ b/korganizer/kojournalview.cpp
@@ -25,7 +25,7 @@
//
// View of Journal entries
-#include <tqlayout.h>
+#include <layout.h>
#include <tqpopupmenu.h>
#include <tqvbox.h>
#include <tqlabel.h>
@@ -97,7 +97,7 @@ void KOJournalView::appendJournal( Journal*journal, const TQDate &dt)
}
}
-int KOJournalView::tqcurrentDateCount()
+int KOJournalView::currentDateCount()
{
return mEntries.size();
}
@@ -211,7 +211,7 @@ void KOJournalView::setIncidenceChanger( IncidenceChangerBase *changer )
void KOJournalView::newJournal()
{
emit newJournalSignal( 0/*ResourceCalendar*/, TQString()/*subResource*/,
- TQDate::tqcurrentDate() );
+ TQDate::currentDate() );
}
#include "kojournalview.moc"