summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
authorJohann Latocha2011-03-02 17:27:07 +0100
committerJohann Latocha2011-03-02 17:27:07 +0100
commit58dac2dedc606c97abd37688bdba92b0243eb494 (patch)
tree49e67259297a37884ed03d6f1ece3fe1873e54ff /src/dialog.h
parentnew rz style layout (diff)
downloadvmchooser-58dac2dedc606c97abd37688bdba92b0243eb494.tar.gz
vmchooser-58dac2dedc606c97abd37688bdba92b0243eb494.tar.xz
vmchooser-58dac2dedc606c97abd37688bdba92b0243eb494.zip
window manager intergration removed
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dialog.h b/src/dialog.h
index ed1b49c..1b2e7c9 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -15,7 +15,7 @@ namespace Ui {
class Dialog : public QDialog {
Q_OBJECT
public:
- explicit Dialog(QString windowmgr = "", QWidget *parent = 0);
+ explicit Dialog(QWidget *parent = 0);
~Dialog();
void addItems(const QList<Session*>&, const QString& section);
void selectSession(const QString& name);
@@ -28,7 +28,6 @@ class Dialog : public QDialog {
Ui::Dialog *ui;
SessionTreeModel *model_;
OrgOpenslxPvsInterface *ifaceDBus_;
- QProcess *windowmgr_;
void readPVSSettings();
void writePVSSettings();