diff options
Diffstat (limited to 'korganizer/koeventviewerdialog.cpp')
-rw-r--r-- | korganizer/koeventviewerdialog.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/koeventviewerdialog.cpp b/korganizer/koeventviewerdialog.cpp index d88aa31c2..eccf2ac9e 100644 --- a/korganizer/koeventviewerdialog.cpp +++ b/korganizer/koeventviewerdialog.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 "koeventviewerdialog.h" @@ -28,9 +28,9 @@ #include <klocale.h> -KOEventViewerDialog::KOEventViewerDialog( Calendar *calendar, TQWidget *parent, +KOEventViewerDialog::KOEventViewerDialog( Calendar *calendar, TQWidget *tqparent, const char *name, bool compact ) - : KDialogBase( parent, name, false, i18n("Event Viewer"), Ok, Ok, false, + : KDialogBase( tqparent, name, false, i18n("Event Viewer"), Ok, Ok, false, i18n("Edit") ) { mEventViewer = new KOEventViewer( calendar, this ); |