From 722ce1efbac31c61b1d4b13f7e075c9f311e3e73 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 2 Mar 2014 20:05:33 +0100 Subject: Finish renaming tdevelop components --- parts/valgrind/valgrind_part.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'parts/valgrind/valgrind_part.h') diff --git a/parts/valgrind/valgrind_part.h b/parts/valgrind/valgrind_part.h index 6a05737b..1982ea33 100644 --- a/parts/valgrind/valgrind_part.h +++ b/parts/valgrind/valgrind_part.h @@ -2,18 +2,18 @@ * Copyright (C) 2002 Harald Fernengel */ -#ifndef __KDEVPART_VALGRIND_H__ -#define __KDEVPART_VALGRIND_H__ +#ifndef __TDEVPART_VALGRIND_H__ +#define __TDEVPART_VALGRIND_H__ #include #include #include -#include +#include class ValgrindWidget; class TDEProcess; -class ValgrindPart : public KDevPlugin +class ValgrindPart : public TDevPlugin { Q_OBJECT @@ -31,7 +31,7 @@ private slots: void slotExecValgrind(); void slotExecCalltree(); void slotKillValgrind(); - void slotStopButtonClicked( KDevPlugin* which ); + void slotStopButtonClicked( TDevPlugin* which ); void receivedStdout( TDEProcess*, char*, int ); void receivedStderr( TDEProcess*, char*, int ); void processExited( TDEProcess* ); -- cgit v1.2.1