mirror of
https://github.com/KDE/konsole.git
synced 2026-05-05 13:14:22 -04:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user