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 2555ea7..ba027ac 100644 --- a/src/part/part.h +++ b/src/part/part.h @@ -28,7 +28,7 @@ namespace Filelight class Part : public KParts::ReadOnlyPart { - Q_OBJECT + TQ_OBJECT public: |