From e52158d2f9e1fdc9766d991dc672729648d5a020 Mon Sep 17 00:00:00 2001 From: sandman Date: Tue, 26 Nov 2002 23:34:04 +0000 Subject: Sharp ROM compatibilty upgrade: All these functions are needed to get qtmail (from the Sharp ROM) running on Opie - I have even tested qtmail on an iPAQ and it seems to work .. --- (limited to 'library/datebookmonth.cpp') diff --git a/library/datebookmonth.cpp b/library/datebookmonth.cpp index 4a9dcbd..e8be313 100644 --- a/library/datebookmonth.cpp +++ b/library/datebookmonth.cpp @@ -748,3 +748,15 @@ bool DateButton::customWhatsThis() const return TRUE; } + +// this class is only here for Sharp ROM compatibility +// I have reverse engineered this class and it seems to +// work (only qtmail seems to use it) - sandman +// DO NOT USE IT IN NEW CODE !! + +DateBookMonthPopup::DateBookMonthPopup ( QWidget *w ) + : QPopupMenu ( w ) +{ + m_dbm = new DateBookMonth( this, 0, TRUE ); + insertItem( m_dbm ); +} -- cgit v0.9.0.2