diff options
Diffstat (limited to 'src/part/part.h')
-rw-r--r-- | src/part/part.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/part/part.h b/src/part/part.h index 92bb7e3..f9be062 100644 --- a/src/part/part.h +++ b/src/part/part.h @@ -29,7 +29,7 @@ namespace Filelight class Part : public KParts::ReadOnlyPart { Q_OBJECT - TQ_OBJECT + public: Part( TQWidget *, const char *, TQObject *, const char *, const TQStringList& ); |