summaryrefslogtreecommitdiffstats
path: root/korganizer/koeditorgeneralevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koeditorgeneralevent.h')
-rw-r--r--korganizer/koeditorgeneralevent.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/korganizer/koeditorgeneralevent.h b/korganizer/koeditorgeneralevent.h
index 7e7916d6..83b09ecc 100644
--- a/korganizer/koeditorgeneralevent.h
+++ b/korganizer/koeditorgeneralevent.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 _KOEDITORGENERALEVENT_H
#define _KOEDITORGENERALEVENT_H
@@ -42,13 +42,14 @@ using namespace KCal;
class KOEditorGeneralEvent : public KOEditorGeneral
{
Q_OBJECT
+ TQ_OBJECT
public:
- KOEditorGeneralEvent (TQObject* parent=0,const char* name=0);
+ KOEditorGeneralEvent (TQObject* tqparent=0,const char* name=0);
virtual ~KOEditorGeneralEvent();
void initTime(TQWidget *,TQBoxLayout *);
void initClass(TQWidget *,TQBoxLayout *);
- void initInvitationBar( TQWidget* parent, TQBoxLayout *tqlayout );
+ void initInvitationBar( TQWidget* tqparent, TQBoxLayout *tqlayout );
void finishSetup();