mirror of
https://github.com/KDE/konsole.git
synced 2026-05-05 21:24:53 -04:00
Port to uic4
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=588880
This commit is contained in:
@@ -49,8 +49,8 @@ class SessionListBoxText : public Q3ListBoxText
|
||||
QString m_filename;
|
||||
};
|
||||
|
||||
SessionEditor::SessionEditor(QWidget * parent, const char *name)
|
||||
:SessionDialog(parent, name)
|
||||
SessionEditor::SessionEditor(QWidget * parent)
|
||||
:SessionDialog(parent)
|
||||
{
|
||||
sesMod=false;
|
||||
oldSession=-1;
|
||||
|
||||
Reference in New Issue
Block a user