From aa7394370514d8ab7acda6e307f23a9036eebeca Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 8 May 2007 08:37:52 +0000 Subject: [PATCH] Add Q_INTERFACE to fix warning svn path=/trunk/KDE/kdebase/apps/konsole/; revision=662463 --- src/Part.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Part.h b/src/Part.h index a05150c1..8a674855 100644 --- a/src/Part.h +++ b/src/Part.h @@ -54,7 +54,7 @@ protected: class Part : public KParts::ReadOnlyPart , public TerminalInterface { Q_OBJECT - + Q_INTERFACES(TerminalInterface) public: /** Constructs a new Konsole part with the specified parent. */ Part(QObject* parent = 0);