Fix Konsole part to work with apps that use the old v1 TerminalInterface.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=947307
This commit is contained in:
Trever Fischer
2009-03-31 12:21:10 +00:00
parent d1412127e4
commit 57aa709a5f

View File

@@ -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);