diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 625904bd3097f9749450428904ca14ff2531824d (patch) | |
tree | a45c43d5de71cb720078fa1272a4339815a919be /khexedit/dialog.h | |
parent | 6335dc55802871b5a43492f217b6edbb420204c4 (diff) | |
download | tdeutils-625904bd3097f9749450428904ca14ff2531824d.tar.gz tdeutils-625904bd3097f9749450428904ca14ff2531824d.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khexedit/dialog.h')
-rw-r--r-- | khexedit/dialog.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/khexedit/dialog.h b/khexedit/dialog.h index 12456be..61b4633 100644 --- a/khexedit/dialog.h +++ b/khexedit/dialog.h @@ -67,7 +67,7 @@ class CGotoDialog : public KDialogBase TQ_OBJECT public: - CGotoDialog( TQWidget *tqparent, const char *name = 0, bool modal = false ); + CGotoDialog( TQWidget *parent, const char *name = 0, bool modal = false ); ~CGotoDialog( void ); protected: @@ -102,7 +102,7 @@ class CFindDialog : public KDialogBase }; public: - CFindDialog( TQWidget *tqparent=0, const char *name=0, bool modal=false ); + CFindDialog( TQWidget *parent=0, const char *name=0, bool modal=false ); ~CFindDialog( void ); bool isEmpty( void ); @@ -142,7 +142,7 @@ class CFindNavigatorDialog : public KDialogBase TQ_OBJECT public: - CFindNavigatorDialog( TQWidget *tqparent=0, const char *name=0, + CFindNavigatorDialog( TQWidget *parent=0, const char *name=0, bool modal=false ); ~CFindNavigatorDialog( void ); void defineData( SSearchControl &sc ); @@ -172,7 +172,7 @@ class CReplaceDialog : public KDialogBase TQ_OBJECT public: - CReplaceDialog( TQWidget *tqparent=0, const char *name=0, bool modal=false ); + CReplaceDialog( TQWidget *parent=0, const char *name=0, bool modal=false ); ~CReplaceDialog( void ); protected: @@ -216,7 +216,7 @@ class CReplacePromptDialog : public KDialogBase TQ_OBJECT public: - CReplacePromptDialog( TQWidget *tqparent=0, const char *name=0, + CReplacePromptDialog( TQWidget *parent=0, const char *name=0, bool modal=false ); ~CReplacePromptDialog( void ); void defineData( SSearchControl &sc ); @@ -255,7 +255,7 @@ class CFilterDialog : public KDialogBase }; public: - CFilterDialog( TQWidget *tqparent=0, const char *name=0, bool modal=false ); + CFilterDialog( TQWidget *parent=0, const char *name=0, bool modal=false ); ~CFilterDialog( void ); protected: @@ -306,7 +306,7 @@ class CInsertDialog : public KDialogBase TQ_OBJECT public: - CInsertDialog( TQWidget *tqparent=0, const char *name=0, bool modal=false ); + CInsertDialog( TQWidget *parent=0, const char *name=0, bool modal=false ); ~CInsertDialog( void ); protected: @@ -343,8 +343,8 @@ void centerDialogBottom( TQWidget *widget, TQWidget *centerParent ); void comboMatchText( TQComboBox *combo, const TQString &text ); bool stringToOffset( const TQString & text, uint &offset ); -void showEntryFailure( TQWidget *tqparent, const TQString &msg ); -bool verifyFileDestnation( TQWidget *tqparent, const TQString &title, +void showEntryFailure( TQWidget *parent, const TQString &msg ); +bool verifyFileDestnation( TQWidget *parent, const TQString &title, const TQString &path ); |