diff options
Diffstat (limited to 'korganizer/kojournalview.cpp')
-rw-r--r-- | korganizer/kojournalview.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/kojournalview.cpp b/korganizer/kojournalview.cpp index 4a5513d98..412ef5a7e 100644 --- a/korganizer/kojournalview.cpp +++ b/korganizer/kojournalview.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. */ // @@ -42,9 +42,9 @@ #include "koglobals.h" using namespace KOrg; -KOJournalView::KOJournalView(Calendar *calendar, TQWidget *parent, +KOJournalView::KOJournalView(Calendar *calendar, TQWidget *tqparent, const char *name) - : KOrg::BaseView(calendar, parent, name) + : KOrg::BaseView(calendar, tqparent, name) { TQVBoxLayout*topLayout = new TQVBoxLayout( this ); topLayout->setAutoAdd(true); |