diff options
Diffstat (limited to 'parts/valgrind/valgrind_part.h')
-rw-r--r-- | parts/valgrind/valgrind_part.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 <harry@kdevelop.org> */ -#ifndef __KDEVPART_VALGRIND_H__ -#define __KDEVPART_VALGRIND_H__ +#ifndef __TDEVPART_VALGRIND_H__ +#define __TDEVPART_VALGRIND_H__ #include <tqguardedptr.h> #include <tqstring.h> #include <tqstringlist.h> -#include <kdevplugin.h> +#include <tdevplugin.h> 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* ); |