diff options
Diffstat (limited to 'korganizer/koeditorgeneral.h')
-rw-r--r-- | korganizer/koeditorgeneral.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/koeditorgeneral.h b/korganizer/koeditorgeneral.h index d67305cf1..69d986e12 100644 --- a/korganizer/koeditorgeneral.h +++ b/korganizer/koeditorgeneral.h @@ -51,7 +51,7 @@ class FocusLineEdit : public TQLineEdit Q_OBJECT TQ_OBJECT public: - FocusLineEdit( TQWidget *tqparent ); + FocusLineEdit( TQWidget *parent ); signals: void focusReceivedSignal(); @@ -68,10 +68,10 @@ class KOEditorGeneral : public TQObject Q_OBJECT TQ_OBJECT public: - KOEditorGeneral (TQObject* tqparent=0,const char* name=0); + KOEditorGeneral (TQObject* parent=0,const char* name=0); virtual ~KOEditorGeneral(); - void initHeader( TQWidget *tqparent,TQBoxLayout *topLayout ); + void initHeader( TQWidget *parent,TQBoxLayout *topLayout ); void initDescription(TQWidget *,TQBoxLayout *); void initSecrecy(TQWidget *,TQBoxLayout *); void initAlarm(TQWidget *,TQBoxLayout *); |