diff options
Diffstat (limited to 'akregator/src/frame.h')
-rw-r--r-- | akregator/src/frame.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/akregator/src/frame.h b/akregator/src/frame.h index 274184029..b504cc44d 100644 --- a/akregator/src/frame.h +++ b/akregator/src/frame.h @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef FRAME_H @@ -40,12 +40,13 @@ namespace KPIM namespace Akregator { - class Frame : public QObject + class Frame : public TQObject { Q_OBJECT + TQ_OBJECT public: - Frame(TQObject *parent, KParts::ReadOnlyPart *part, TQWidget *w, const TQString& tit, bool watchSignals=true); + Frame(TQObject *tqparent, KParts::ReadOnlyPart *part, TQWidget *w, const TQString& tit, bool watchSignals=true); virtual ~Frame(); enum {Idle, Started, Completed, Canceled}; |