summaryrefslogtreecommitdiffstats
path: root/extra/kde353/konsole_part.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:31:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:31:20 -0600
commit1244eb7c0136985569a71f525ef5bcee08a431c4 (patch)
treeb611e304794fa1b9ec4cce9dd762e572d301aa4e /extra/kde353/konsole_part.h
parent44249e7b6a1264a1d56b6ac085fa797d831d9bb2 (diff)
downloadpytde-1244eb7c0136985569a71f525ef5bcee08a431c4.tar.gz
pytde-1244eb7c0136985569a71f525ef5bcee08a431c4.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'extra/kde353/konsole_part.h')
-rw-r--r--extra/kde353/konsole_part.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/kde353/konsole_part.h b/extra/kde353/konsole_part.h
index 5e4262f..44b7588 100644
--- a/extra/kde353/konsole_part.h
+++ b/extra/kde353/konsole_part.h
@@ -74,7 +74,7 @@ class konsolePart: public KParts::ReadOnlyPart, public TerminalInterface, public
virtual ~konsolePart();
signals:
- void processExited( KProcess * );
+ void processExited( TDEProcess * );
void receivedData( const TQString& s );
void forkedChild();
protected: