From f537c21b68e08f649b1b297bce8f3904603137e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:11:21 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kdesktop/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdesktop/main.cc') diff --git a/kdesktop/main.cc b/kdesktop/main.cc index 9f549e54a..5730305c3 100644 --- a/kdesktop/main.cc +++ b/kdesktop/main.cc @@ -280,7 +280,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char **argv ) } // for the KDE-already-running check in starttde - KSelectionOwner kde_running( "_KDE_RUNNING", 0 ); + TDESelectionOwner kde_running( "_KDE_RUNNING", 0 ); kde_running.claim( false ); KDesktop desktop( x_root_hack, wait_for_kded ); -- cgit v1.2.1