summaryrefslogtreecommitdiffstats
path: root/korganizer/freebusyurldialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/freebusyurldialog.h')
-rw-r--r--korganizer/freebusyurldialog.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/korganizer/freebusyurldialog.h b/korganizer/freebusyurldialog.h
index 49c77f3f..e3a6d5cb 100644
--- a/korganizer/freebusyurldialog.h
+++ b/korganizer/freebusyurldialog.h
@@ -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.
*/
#ifndef FREEBUSYURLCONFIG_H
#define FREEBUSYURLCONFIG_H
@@ -36,8 +36,9 @@ class Attendee;
class FreeBusyUrlDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- FreeBusyUrlDialog( KCal::Attendee *, TQWidget *parent = 0,
+ FreeBusyUrlDialog( KCal::Attendee *, TQWidget *tqparent = 0,
const char *name = 0 );
public slots:
@@ -47,11 +48,12 @@ class FreeBusyUrlDialog : public KDialogBase
FreeBusyUrlWidget *mWidget;
};
-class FreeBusyUrlWidget : public QWidget
+class FreeBusyUrlWidget : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- FreeBusyUrlWidget( KCal::Attendee *, TQWidget *parent = 0,
+ FreeBusyUrlWidget( KCal::Attendee *, TQWidget *tqparent = 0,
const char *name = 0 );
~FreeBusyUrlWidget();