From b9e542d0c805e9adee3a67e44532d5321032e21e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:51:01 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- lib/util/kdevshellwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/util/kdevshellwidget.h') diff --git a/lib/util/kdevshellwidget.h b/lib/util/kdevshellwidget.h index 2743c829..6bb6a8d7 100644 --- a/lib/util/kdevshellwidget.h +++ b/lib/util/kdevshellwidget.h @@ -17,7 +17,7 @@ #include #include -class KProcess; +class TDEProcess; namespace KParts { class ReadOnlyPart; @@ -85,7 +85,7 @@ signals: private slots: void partDestroyed(); - void processExited( KProcess * ); + void processExited( TDEProcess * ); void setAutoReactivateOnCloseDelayed( ); private: -- cgit v1.2.3