From e6640e127687020778e765cb105ba1f8f3e37a5a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 23:59:36 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/itemdocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/itemdocument.cpp') 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; -- cgit v1.2.3