From 3035c46ce448317f786d974094f78ce43e594a57 Mon Sep 17 00:00:00 2001 From: harlekin Date: Wed, 03 Jul 2002 15:42:34 +0000 Subject: even more code cleanups .-) --- (limited to 'noncore/multimedia/opieplayer2/inputDialog.cpp') diff --git a/noncore/multimedia/opieplayer2/inputDialog.cpp b/noncore/multimedia/opieplayer2/inputDialog.cpp index 687aff6..c13ea63 100644 --- a/noncore/multimedia/opieplayer2/inputDialog.cpp +++ b/noncore/multimedia/opieplayer2/inputDialog.cpp @@ -11,13 +11,13 @@ #include InputDialog::InputDialog( QWidget* parent, const char* name, bool modal, WFlags fl ) - : QDialog( parent, name, modal, fl ) -{ - if ( !name ) - setName( "InputDialog" ); + : QDialog( parent, name, modal, fl ) { + if ( !name ) { + setName( "InputDialog" ); + } resize( 234, 115); setMaximumSize( QSize( 240, 40)); - setCaption( tr(name ) ); + setCaption( tr( name ) ); QPushButton *browserButton; browserButton = new QPushButton( Resource::loadIconSet("fileopen"),"",this,"BrowseButton"); @@ -30,10 +30,8 @@ InputDialog::InputDialog( QWidget* parent, const char* name, bool modal, WFlags /* * Destroys the object and frees any allocated resources */ -InputDialog::~InputDialog() -{ +InputDialog::~InputDialog() { inputText= LineEdit1->text(); - } void InputDialog::browse() { -- cgit v0.9.0.2