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 | 04766b207afba7961d4d802313e426f5a2fbef63 (patch) | |
tree | c888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /kpresenter/KPrSideBar.h | |
parent | b6edfe41c9395f2e20784cbf0e630af6426950a3 (diff) | |
download | koffice-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 'kpresenter/KPrSideBar.h')
-rw-r--r-- | kpresenter/KPrSideBar.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kpresenter/KPrSideBar.h b/kpresenter/KPrSideBar.h index b1d7eeb3..b6450f11 100644 --- a/kpresenter/KPrSideBar.h +++ b/kpresenter/KPrSideBar.h @@ -69,7 +69,7 @@ class KPrThumbBar : public KIconView, public KPrSideBarBase TQ_OBJECT public: - KPrThumbBar(TQWidget *tqparent, KPrDocument *d, KPrView *v); + KPrThumbBar(TQWidget *parent, KPrDocument *d, KPrView *v); ~KPrThumbBar(); void setCurrentPage( int pg ); void updateItem( int pagenr, bool sticky = false ); @@ -106,7 +106,7 @@ class KPrOutline: public KListView, public KPrSideBarBase TQ_OBJECT public: - KPrOutline( TQWidget *tqparent, KPrDocument *d, KPrView *v ); + KPrOutline( TQWidget *parent, KPrDocument *d, KPrView *v ); ~KPrOutline(); void setCurrentPage( int pg ); TQSize tqsizeHint() const { return TQSize( 145, KListView::tqsizeHint().height() ); } @@ -134,7 +134,7 @@ public slots: private slots: void itemClicked( TQListViewItem *i ); - void slotDropped( TQDropEvent *e, TQListViewItem *tqparent, TQListViewItem *target ); + void slotDropped( TQDropEvent *e, TQListViewItem *parent, TQListViewItem *target ); void rightButtonPressed( TQListViewItem *i, const TQPoint &pnt, int c ); void slotContextMenu( KListView*, TQListViewItem *item, const TQPoint &p ); @@ -148,7 +148,7 @@ class KPrSideBar: public TQTabWidget TQ_OBJECT public: - KPrSideBar(TQWidget *tqparent, KPrDocument *d, KPrView *v); + KPrSideBar(TQWidget *parent, KPrDocument *d, KPrView *v); void setCurrentPage( int pg ) { m_outline->setCurrentPage(pg); m_thb->setCurrentPage(pg); |