diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:59:36 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:59:36 -0600 |
| commit | e6640e127687020778e765cb105ba1f8f3e37a5a (patch) | |
| tree | 688edc4b130f93d92c2fb62d18b5fe9470517e50 /src/itemdocument.cpp | |
| parent | 227d1ebc07e3926eeb6fca2f48c2567c836c5010 (diff) | |
| download | ktechlab-e6640e127687020778e765cb105ba1f8f3e37a5a.tar.gz ktechlab-e6640e127687020778e765cb105ba1f8f3e37a5a.zip | |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
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 cbe531b..d004419 100644 --- a/src/itemdocument.cpp +++ b/src/itemdocument.cpp @@ -406,7 +406,7 @@ void ItemDocument::cut() void ItemDocument::paste() { - TQString xml = KApplication::clipboard()->text( TQClipboard::Clipboard ); + TQString xml = TDEApplication::clipboard()->text( TQClipboard::Clipboard ); if ( xml.isEmpty() ) return; |
