summaryrefslogtreecommitdiffstats
path: root/korganizer/koeditorgeneral.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koeditorgeneral.h')
-rw-r--r--korganizer/koeditorgeneral.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/koeditorgeneral.h b/korganizer/koeditorgeneral.h
index d67305cf..69d986e1 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 *);