summaryrefslogtreecommitdiffstats
path: root/korganizer/freebusyurldialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/freebusyurldialog.cpp')
-rw-r--r--korganizer/freebusyurldialog.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/korganizer/freebusyurldialog.cpp b/korganizer/freebusyurldialog.cpp
index 61165545d..b98335812 100644
--- a/korganizer/freebusyurldialog.cpp
+++ b/korganizer/freebusyurldialog.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 "freebusyurldialog.h"
@@ -35,9 +35,9 @@
#include <tqlayout.h>
#include <tqlabel.h>
-FreeBusyUrlDialog::FreeBusyUrlDialog( KCal::Attendee *attendee, TQWidget *parent,
+FreeBusyUrlDialog::FreeBusyUrlDialog( KCal::Attendee *attendee, TQWidget *tqparent,
const char *name )
- : KDialogBase( Plain, i18n("Edit Free/Busy Location"), Ok|Cancel, Ok, parent,
+ : KDialogBase( Plain, i18n("Edit Free/Busy Location"), Ok|Cancel, Ok, tqparent,
name, true, false )
{
TQFrame *topFrame = plainPage();
@@ -57,9 +57,9 @@ void FreeBusyUrlDialog::slotOk()
}
-FreeBusyUrlWidget::FreeBusyUrlWidget( KCal::Attendee *attendee, TQWidget *parent,
+FreeBusyUrlWidget::FreeBusyUrlWidget( KCal::Attendee *attendee, TQWidget *tqparent,
const char *name )
- : TQWidget( parent, name ), mAttendee( attendee )
+ : TQWidget( tqparent, name ), mAttendee( attendee )
{
TQBoxLayout *topLayout = new TQVBoxLayout( this );
topLayout->setSpacing( KDialog::spacingHint() );