summaryrefslogtreecommitdiffstats
path: root/kmail/searchwindow.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
commit36a36a5c1015aa0d03f4515c401e907ddb9d6291 (patch)
tree0212ba6d2c749043134005a41f2bd0379619d40f /kmail/searchwindow.h
parent4c6f8d69e2d1501837affb472c4eb8fec4462240 (diff)
downloadtdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.tar.gz
tdepim-36a36a5c1015aa0d03f4515c401e907ddb9d6291.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmail/searchwindow.h')
-rw-r--r--kmail/searchwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/searchwindow.h b/kmail/searchwindow.h
index f8da35d7..6ea4adf8 100644
--- a/kmail/searchwindow.h
+++ b/kmail/searchwindow.h
@@ -73,13 +73,13 @@ class SearchWindow: public KDialogBase, virtual public KXMLGUIClient
public:
/**
* Creates a new search window.
- * @param tqparent The tqparent widget.
+ * @param parent The parent widget.
* @param name The (widget) name of the dialog.
* @param curFolder The folder which will be pre-selected as the base folder
* of search operations.
* @param modal Whether the dialog is to be shown modal.
*/
- SearchWindow( KMMainWidget* tqparent, const char* name=0,
+ SearchWindow( KMMainWidget* parent, const char* name=0,
KMFolder *curFolder=0, bool modal=false );
virtual ~SearchWindow();