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 | 902ba103f2215bcefa22d62b1c9138aa4b88891c (patch) | |
tree | 63ef88424b9be33a31e5a8de61343fb8d7633937 /kmymoney2/widgets/klistviewsearchline.h | |
parent | 7e51b6d5ddc01fc3bc69f30bc5d3933a7709dbf2 (diff) | |
download | kmymoney-902ba103f2215bcefa22d62b1c9138aa4b88891c.tar.gz kmymoney-902ba103f2215bcefa22d62b1c9138aa4b88891c.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmymoney2/widgets/klistviewsearchline.h')
-rw-r--r-- | kmymoney2/widgets/klistviewsearchline.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kmymoney2/widgets/klistviewsearchline.h b/kmymoney2/widgets/klistviewsearchline.h index b41d3ad..1ecb94b 100644 --- a/kmymoney2/widgets/klistviewsearchline.h +++ b/kmymoney2/widgets/klistviewsearchline.h @@ -52,13 +52,13 @@ public: * If \a listView is null then the widget will be disabled until a listview * is set with setListView(). */ - KListViewSearchLine(TQWidget *tqparent = 0, KListView *listView = 0, const char *name = 0); + KListViewSearchLine(TQWidget *parent = 0, KListView *listView = 0, const char *name = 0); /** * Constructs a KListViewSearchLine without any KListView to filter. The * KListView object has to be set later with setListView(). */ - KListViewSearchLine(TQWidget *tqparent, const char *name); + KListViewSearchLine(TQWidget *parent, const char *name); /** * Destroys the KListViewSearchLine. @@ -111,7 +111,7 @@ public slots: /** * When a search is active on a list that's organized into a tree view if - * a tqparent or ancesestor of an item is does not match the search then it + * a parent or ancesestor of an item is does not match the search then it * will be hidden and as such so too will any tqchildren that match. * * If this is set to true (the default) then the parents of matching items @@ -183,13 +183,13 @@ protected slots: private: /** - * This is used in case tqparent items of matching items shouldn't be + * This is used in case parent items of matching items shouldn't be * visible. It hides all items that don't match the search string. */ void checkItemParentsNotVisible(); /** - * This is used in case tqparent items of matching items should be visible. + * This is used in case parent items of matching items should be visible. * It makes a recursive call to all tqchildren. It returns true if at least * one item in the subtree with the given root item is visible. */ @@ -218,10 +218,10 @@ class KMYMONEY_EXPORT KListViewSearchLineWidget : public TQHBox public: /** - * Creates a KListViewSearchLineWidget for \a listView with \a tqparent as the - * tqparent with and \a name. + * Creates a KListViewSearchLineWidget for \a listView with \a parent as the + * parent with and \a name. */ - KListViewSearchLineWidget(KListView *listView = 0, TQWidget *tqparent = 0, + KListViewSearchLineWidget(KListView *listView = 0, TQWidget *parent = 0, const char *name = 0); /** |