diff options
Diffstat (limited to 'korganizer/kowhatsnextview.cpp')
-rw-r--r-- | korganizer/kowhatsnextview.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/korganizer/kowhatsnextview.cpp b/korganizer/kowhatsnextview.cpp index 1ec28ed2f..4f3b3dc2d 100644 --- a/korganizer/kowhatsnextview.cpp +++ b/korganizer/kowhatsnextview.cpp @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #include <tqlayout.h> @@ -60,9 +60,9 @@ void WhatsNextTextBrowser::setSource(const TQString& n) } } -KOWhatsNextView::KOWhatsNextView(Calendar *calendar, TQWidget *parent, +KOWhatsNextView::KOWhatsNextView(Calendar *calendar, TQWidget *tqparent, const char *name) - : KOrg::BaseView(calendar, parent, name) + : KOrg::BaseView(calendar, tqparent, name) { // TQLabel *dateLabel = // new TQLabel(KGlobal::locale()->formatDate(TQDate::tqcurrentDate()),this); @@ -302,7 +302,7 @@ void KOWhatsNextView::appendEvent( Incidence *ev, const TQDateTime &start, void KOWhatsNextView::appendTodo( Incidence *ev ) { - if ( mTodos.find( ev ) != mTodos.end() ) return; + if ( mTodos.tqfind( ev ) != mTodos.end() ) return; mTodos.append( ev ); |