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 | db9d51186b28bc2252032458b433ba5f8d1972bc (patch) | |
tree | ec5f2aad8e3a76a72488a3c354a2144d97a84942 /kdeprint/management/smbview.cpp | |
parent | 6e21bc798ba1066147d69dcc2d5c222ffafb9a90 (diff) | |
download | tdelibs-db9d51186b28bc2252032458b433ba5f8d1972bc.tar.gz tdelibs-db9d51186b28bc2252032458b433ba5f8d1972bc.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeprint/management/smbview.cpp')
-rw-r--r-- | kdeprint/management/smbview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/management/smbview.cpp b/kdeprint/management/smbview.cpp index f13670591..8692b00bd 100644 --- a/kdeprint/management/smbview.cpp +++ b/kdeprint/management/smbview.cpp @@ -196,7 +196,7 @@ void SmbView::setOpen(TQListViewItem *item, bool on) } *m_proc << KProcess::quote (item->text (0)); *m_proc << " -W "; - *m_proc << KProcess::quote (item->tqparent ()-> + *m_proc << KProcess::quote (item->parent ()-> text (0)); if (!krb5ccname) { @@ -281,7 +281,7 @@ void SmbView::processShares() void SmbView::slotSelectionChanged(TQListViewItem *item) { if (item && item->depth() == 2) - emit printerSelected(item->tqparent()->tqparent()->text(0),item->tqparent()->text(0),item->text(0)); + emit printerSelected(item->parent()->parent()->text(0),item->parent()->text(0),item->text(0)); } void SmbView::abort() |