diff options
Diffstat (limited to 'korganizer/koeventview.cpp')
-rw-r--r-- | korganizer/koeventview.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/koeventview.cpp b/korganizer/koeventview.cpp index 9e01ea4e0..8938d8d45 100644 --- a/korganizer/koeventview.cpp +++ b/korganizer/koeventview.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 <tqpopupmenu.h> @@ -44,8 +44,8 @@ using namespace KOrg; //--------------------------------------------------------------------------- -KOEventView::KOEventView(Calendar *cal,TQWidget *parent,const char *name) - : KOrg::BaseView(cal,parent,name) +KOEventView::KOEventView(Calendar *cal,TQWidget *tqparent,const char *name) + : KOrg::BaseView(cal,tqparent,name) { } |