diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:06:03 -0600 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-01 04:34:45 +0200 |
| commit | 8c4213777476abde50f9d578e709d71ce6a01ebb (patch) | |
| tree | 9ca643d3ebfc09730e12aeed2d29ef153b36bcf8 /src/itemdocument.cpp | |
| parent | 91ef45e89ef1bb0994d49220556e514d608a664c (diff) | |
| download | ktechlab-8c4213777476abde50f9d578e709d71ce6a01ebb.tar.gz ktechlab-8c4213777476abde50f9d578e709d71ce6a01ebb.zip | |
Rename obsolete tq methods to standard names
(cherry picked from commit cd3688b73bf12976e9bb48a9e09c6f69979f33f1)
Diffstat (limited to 'src/itemdocument.cpp')
| -rw-r--r-- | src/itemdocument.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itemdocument.cpp b/src/itemdocument.cpp index ec20d43..cbe531b 100644 --- a/src/itemdocument.cpp +++ b/src/itemdocument.cpp @@ -406,7 +406,7 @@ void ItemDocument::cut() void ItemDocument::paste() { - TQString xml = KApplication::tqclipboard()->text( TQClipboard::Clipboard ); + TQString xml = KApplication::clipboard()->text( TQClipboard::Clipboard ); if ( xml.isEmpty() ) return; |
