summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoAutoFormatDia.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/KoAutoFormatDia.h')
-rw-r--r--lib/kotext/KoAutoFormatDia.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kotext/KoAutoFormatDia.h b/lib/kotext/KoAutoFormatDia.h
index 3e8020e7f..14084af53 100644
--- a/lib/kotext/KoAutoFormatDia.h
+++ b/lib/kotext/KoAutoFormatDia.h
@@ -37,7 +37,7 @@ class KoAutoFormatLineEdit : public TQLineEdit
Q_OBJECT
TQ_OBJECT
public:
- KoAutoFormatLineEdit ( TQWidget * tqparent, const char * name=0 );
+ KoAutoFormatLineEdit ( TQWidget * parent, const char * name=0 );
protected:
virtual void keyPressEvent ( TQKeyEvent * );
@@ -85,7 +85,7 @@ class KOTEXT_EXPORT KoAutoFormatDia : public KDialogBase
TQ_OBJECT
public:
- KoAutoFormatDia( TQWidget *tqparent, const char *name, KoAutoFormat * autoFormat );
+ KoAutoFormatDia( TQWidget *parent, const char *name, KoAutoFormat * autoFormat );
~KoAutoFormatDia();
void addEntryList(const TQString &key, KoAutoFormatEntry *_autoEntry);
void editEntryList(const TQString &key,const TQString &newFindString, KoAutoFormatEntry *_autoEntry);