summaryrefslogtreecommitdiffstats
path: root/korganizer/archivedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/archivedialog.cpp')
-rw-r--r--korganizer/archivedialog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/archivedialog.cpp b/korganizer/archivedialog.cpp
index 48c299e0..f9676161 100644
--- a/korganizer/archivedialog.cpp
+++ b/korganizer/archivedialog.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.
*/
// ArchiveDialog -- archive/delete past events.
@@ -51,9 +51,9 @@
#include <tqradiobutton.h>
#include "archivedialog.moc"
-ArchiveDialog::ArchiveDialog(Calendar *cal,TQWidget *parent, const char *name)
+ArchiveDialog::ArchiveDialog(Calendar *cal,TQWidget *tqparent, const char *name)
: KDialogBase (Plain,i18n("Archive/Delete Past Events and To-dos"),
- User1|Cancel,User1,parent,name,false,true,
+ User1|Cancel,User1,tqparent,name,false,true,
i18n("&Archive"))
{
mCalendar = cal;