/***************************************************************************
- * Copyright (C) 2007-2010 by Peter Penz <peter.penz@gmx.at> *
+ * Copyright (C) 2007-2010 by Peter Penz <peter.penz19@gmail.com> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
#include "terminalpanel.h"
-#include <kpluginloader.h>
-#include <kpluginfactory.h>
+#include <KPluginLoader>
+#include <KPluginFactory>
#include <kde_terminal_interface_v2.h>
#include <kparts/part.h>
-#include <kshell.h>
-#include <kio/job.h>
+#include <KShell>
+#include <KIO/Job>
#include <KIO/JobUiDelegate>
#include <QBoxLayout>
{
}
-QSize TerminalPanel::sizeHint() const
-{
- QSize size = Panel::sizeHint();
- size.setHeight(200);
- return size;
-}
-
void TerminalPanel::terminalExited()
{
emit hideTerminalPanel();