diff options
Diffstat (limited to 'tdeioslave/audiocd/plugins/lame/collectingprocess.h')
| -rw-r--r-- | tdeioslave/audiocd/plugins/lame/collectingprocess.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeioslave/audiocd/plugins/lame/collectingprocess.h b/tdeioslave/audiocd/plugins/lame/collectingprocess.h index df5c180d..d23e43ab 100644 --- a/tdeioslave/audiocd/plugins/lame/collectingprocess.h +++ b/tdeioslave/audiocd/plugins/lame/collectingprocess.h @@ -1,4 +1,4 @@ -/*  -*- mode: C++ -*- +/*      collectingprocess.h      This file is a copy of the collectingprocess.h which is part of tdepim/libtdepim. @@ -33,7 +33,7 @@  #ifndef __COLLECTINGPROCESS_H__  #define __COLLECTINGPROCESS_H__ -#include <kprocess.h> +#include <tdeprocess.h>  /**   * @short An output collecting TDEProcess class. @@ -44,7 +44,7 @@   * @author Ingo Kloecker <kloecker@kde.org>   */  class CollectingProcess : public TDEProcess { -  Q_OBJECT +  TQ_OBJECT  public:    CollectingProcess( TQObject * parent = 0, const char * name = 0 );  | 
