From 57aa709a5ff1490f3ccbbae2dd080d5d646e19d1 Mon Sep 17 00:00:00 2001 From: Trever Fischer Date: Tue, 31 Mar 2009 12:21:10 +0000 Subject: [PATCH] Fix Konsole part to work with apps that use the old v1 TerminalInterface. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=947307 --- src/Part.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Part.h b/src/Part.h index 322c3e529..47b9852c3 100644 --- a/src/Part.h +++ b/src/Part.h @@ -59,7 +59,7 @@ protected: class Part : public KParts::ReadOnlyPart , public TerminalInterfaceV2 { Q_OBJECT - Q_INTERFACES(TerminalInterfaceV2) + Q_INTERFACES(TerminalInterface TerminalInterfaceV2) public: /** Constructs a new Konsole part with the specified parent. */ explicit Part(QWidget* parentWidget , QObject* parent = 0);