summaryrefslogtreecommitdiffstats
path: root/src/bnpview.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
commit631d7b9b0878ca3842496b5719f9c5803335e150 (patch)
treed09fe0c8cd6edfd28c9c7947b0af60ccc75fbb8d /src/bnpview.h
parent33f08e93132a53bf14f41f5f1e567eeea832b336 (diff)
downloadbasket-631d7b9b0878ca3842496b5719f9c5803335e150.tar.gz
basket-631d7b9b0878ca3842496b5719f9c5803335e150.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/bnpview.h')
-rw-r--r--src/bnpview.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bnpview.h b/src/bnpview.h
index aad8c2f..0025701 100644
--- a/src/bnpview.h
+++ b/src/bnpview.h
@@ -60,7 +60,7 @@ class BNPView : public TQSplitter, virtual public BasketDcopInterface
TQ_OBJECT
public:
/// CONSTRUCTOR AND DESTRUCTOR:
- BNPView(TQWidget *tqparent, const char *name, KXMLGUIClient *aGUIClient,
+ BNPView(TQWidget *parent, const char *name, KXMLGUIClient *aGUIClient,
KActionCollection *actionCollection, BasketStatusBar *bar);
~BNPView();
/// MANAGE CONFIGURATION EVENTS!:
@@ -80,7 +80,7 @@ class BNPView : public TQSplitter, virtual public BasketDcopInterface
TQListViewItem* firstListViewItem();
///
BasketListViewItem* lastListViewItem();
- int basketCount(TQListViewItem *tqparent = 0);
+ int basketCount(TQListViewItem *parent = 0);
bool canFold();
bool canExpand();
void enableActions();
@@ -98,7 +98,7 @@ class BNPView : public TQSplitter, virtual public BasketDcopInterface
void saveSubHierarchy(TQListViewItem *item, TQDomDocument &document, TQDomElement &parentElement, bool recursive);
void load();
void load(KListView *listView, TQListViewItem *item, const TQDomElement &baskets);
- void loadNewBasket(const TQString &folderName, const TQDomElement &properties, Basket *tqparent);
+ void loadNewBasket(const TQString &folderName, const TQDomElement &properties, Basket *parent);
void goToPreviousBasket();
void goToNextBasket();
void foldBasket();
@@ -177,7 +177,7 @@ class BNPView : public TQSplitter, virtual public BasketDcopInterface
void screenshotGrabbed(const TQPixmap &pixmap);
/** Basket */
void askNewBasket();
- void askNewBasket(Basket *tqparent, Basket *pickProperties);
+ void askNewBasket(Basket *parent, Basket *pickProperties);
void askNewSubBasket();
void askNewSiblingBasket();
void aboutToHideNewBasketPopup();