diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:29:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:29:00 -0600 |
commit | b877728731c783fbd7370935a6733c78c25d5ce2 (patch) | |
tree | 93c019e65513df453864f3434bff0da826213ffd /src/resultlistview.cpp | |
parent | d4eecf4afe4ddf66f4d00e1bcdab14f8d21655fb (diff) | |
download | abakus-b877728731c783fbd7370935a6733c78c25d5ce2.tar.gz abakus-b877728731c783fbd7370935a6733c78c25d5ce2.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/resultlistview.cpp')
-rw-r--r-- | src/resultlistview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resultlistview.cpp b/src/resultlistview.cpp index 7ad48c7..881ea38 100644 --- a/src/resultlistview.cpp +++ b/src/resultlistview.cpp @@ -20,7 +20,7 @@ #include <kpopupmenu.h> #include <klocale.h> -#include <tqclipboard.h> +#include <clipboard.h> #include <tqapplication.h> #include <tqevent.h> #include <tqcursor.h> @@ -129,7 +129,7 @@ void ResultListView::slotCopyResult() if(!m_itemRightClicked) return; - TQClipboard *clipboard = TQApplication::tqclipboard(); + TQClipboard *clipboard = TQApplication::clipboard(); clipboard->setText(m_itemRightClicked->resultText(), TQClipboard::Clipboard); } |