summaryrefslogtreecommitdiffstats
path: root/kword/KWCreateBookmarkDia.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit04766b207afba7961d4d802313e426f5a2fbef63 (patch)
treec888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /kword/KWCreateBookmarkDia.h
parentb6edfe41c9395f2e20784cbf0e630af6426950a3 (diff)
downloadkoffice-04766b207afba7961d4d802313e426f5a2fbef63.tar.gz
koffice-04766b207afba7961d4d802313e426f5a2fbef63.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kword/KWCreateBookmarkDia.h')
-rw-r--r--kword/KWCreateBookmarkDia.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kword/KWCreateBookmarkDia.h b/kword/KWCreateBookmarkDia.h
index a18d1aca..fd4354d3 100644
--- a/kword/KWCreateBookmarkDia.h
+++ b/kword/KWCreateBookmarkDia.h
@@ -32,8 +32,8 @@ class KWCreateBookmarkDia : public KDialogBase
Q_OBJECT
TQ_OBJECT
public:
- KWCreateBookmarkDia( const TQStringList & _list, TQWidget *tqparent, const char *name );
- KWCreateBookmarkDia( const TQStringList & _list, const TQString & _name, TQWidget *tqparent, const char *name );
+ KWCreateBookmarkDia( const TQStringList & _list, TQWidget *parent, const char *name );
+ KWCreateBookmarkDia( const TQStringList & _list, const TQString & _name, TQWidget *parent, const char *name );
TQString bookmarkName()const;
protected slots:
@@ -51,7 +51,7 @@ class KWSelectBookmarkDia : public KDialogBase
Q_OBJECT
TQ_OBJECT
public:
- KWSelectBookmarkDia( const TQStringList & _list, KWDocument *_doc, TQWidget *tqparent, const char *name );
+ KWSelectBookmarkDia( const TQStringList & _list, KWDocument *_doc, TQWidget *parent, const char *name );
TQString bookmarkSelected()const;
protected slots:
void slotSelectionChanged();