summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/recorddialog.cpp
Side-by-side diff
Diffstat (limited to 'noncore/tools/remote/recorddialog.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/remote/recorddialog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/tools/remote/recorddialog.cpp b/noncore/tools/remote/recorddialog.cpp
index f7cd30c..cfab730 100644
--- a/noncore/tools/remote/recorddialog.cpp
+++ b/noncore/tools/remote/recorddialog.cpp
@@ -16,7 +16,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "recorddialog.h"
-RecordDialog::RecordDialog(QWidget *parent=0, const char *name=0):QDialog(parent, name)
+RecordDialog::RecordDialog(QWidget *parent, const char *name)
+ :QDialog(parent, name)
{
QVBoxLayout *layout = new QVBoxLayout(this);
QHBoxLayout *hlayout = new QHBoxLayout(this);