diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:03:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:03:51 -0600 |
commit | 6092f8e6078f2b4cd70a34a6fe44bb1f98e5305b (patch) | |
tree | d6f4950cdaf23a3af983eb6e19147b8bddc257bf /src/dolphindetailsview.cpp | |
parent | b651b3b01b24418d0e6387870d9758a61d7bd9ff (diff) | |
download | dolphin-6092f8e6078f2b4cd70a34a6fe44bb1f98e5305b.tar.gz dolphin-6092f8e6078f2b4cd70a34a6fe44bb1f98e5305b.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r-- | src/dolphindetailsview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp index 2442397..db5016e 100644 --- a/src/dolphindetailsview.cpp +++ b/src/dolphindetailsview.cpp @@ -78,7 +78,7 @@ DolphinDetailsView::DolphinDetailsView(DolphinView* parent) : connect(this, TQT_SIGNAL(dropped(TQDropEvent*, const KURL::List&, const KURL&)), parent, TQT_SLOT(slotURLListDropped(TQDropEvent*, const KURL::List&, const KURL&))); - TQClipboard* clipboard = TQApplication::tqclipboard(); + TQClipboard* clipboard = TQApplication::clipboard(); connect(clipboard, TQT_SIGNAL(dataChanged()), this, TQT_SLOT(slotUpdateDisabledItems())); @@ -465,7 +465,7 @@ void DolphinDetailsView::drawRubber() TQPoint point(m_rubber->x(), m_rubber->y()); point = contentsToViewport(point); - tqstyle().tqdrawPrimitive(TQStyle::PE_FocusRect, &p, + style().tqdrawPrimitive(TQStyle::PE_FocusRect, &p, TQRect(point.x(), point.y(), m_rubber->width(), m_rubber->height()), colorGroup(), TQStyle::Style_Default, colorGroup().base()); p.end(); |