summaryrefslogtreecommitdiffstats
path: root/kedit/kedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'kedit/kedit.h')
-rw-r--r--kedit/kedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kedit/kedit.h b/kedit/kedit.h
index 6bc22d4..9faba86 100644
--- a/kedit/kedit.h
+++ b/kedit/kedit.h
@@ -62,7 +62,7 @@ public:
OPEN_INSERT = 4,
OPEN_NEW = 8 };
- TopLevel( TQWidget *tqparent=0, const char *name=0 );
+ TopLevel( TQWidget *parent=0, const char *name=0 );
~TopLevel();
/**
@@ -209,7 +209,7 @@ Q_OBJECT
TQ_OBJECT
public:
- SettingsDialog(TQWidget *tqparent, const char *name,KConfigSkeleton *config, KSpellConfig *_spellConfig);
+ SettingsDialog(TQWidget *parent, const char *name,KConfigSkeleton *config, KSpellConfig *_spellConfig);
protected slots:
void updateSettings();