From 23b44d0344304499ba8e1f199720202381920827 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Thu, 24 Feb 2011 18:35:20 +0100 Subject: No more static members in the Application class, an rApp shortcut for Application::instance, clean up code switching to use the new shortcut Reviewed by: adjam --- src/paneltreeview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/paneltreeview.cpp') diff --git a/src/paneltreeview.cpp b/src/paneltreeview.cpp index e44fa5fe..479bf018 100644 --- a/src/paneltreeview.cpp +++ b/src/paneltreeview.cpp @@ -164,7 +164,7 @@ void PanelTreeView::copyToClipboard() if (!index.isValid()) return; - QClipboard *cb = Application::clipboard(); + QClipboard *cb = QApplication::clipboard(); cb->setText(qVariantValue< KUrl >(index.data(Qt::UserRole)).url()); } -- cgit v1.2.1