author | llornkcor <llornkcor> | 2005-08-11 10:13:34 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2005-08-11 10:13:34 (UTC) |
commit | 6542c453a070319be133ca2a7313ef054f60460c (patch) (side-by-side diff) | |
tree | fb3914cde357b4e693713aa2cff5bb5e04b063dd | |
parent | 6040d26c56a95d9f5bd09688e22009fc5b5e124d (diff) | |
download | opie-6542c453a070319be133ca2a7313ef054f60460c.zip opie-6542c453a070319be133ca2a7313ef054f60460c.tar.gz opie-6542c453a070319be133ca2a7313ef054f60460c.tar.bz2 |
revert
-rw-r--r-- | noncore/settings/netsystemtime/formattabwidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/settings/netsystemtime/formattabwidget.cpp b/noncore/settings/netsystemtime/formattabwidget.cpp index a037881..7d01bff 100644 --- a/noncore/settings/netsystemtime/formattabwidget.cpp +++ b/noncore/settings/netsystemtime/formattabwidget.cpp @@ -72,3 +72,3 @@ FormatTabWidget::FormatTabWidget( QWidget *parent ) cbAmpm->insertItem( tr( "12 hour" ), 1 ); - connect( cbAmpm, SIGNAL(activated( int)), this, SIGNAL(show12HourTime( int)) ); + connect( cbAmpm, SIGNAL(activated(int)), this, SIGNAL(show12HourTime(int)) ); layout->addWidget( cbAmpm, 1, 1 ); @@ -78,3 +78,3 @@ FormatTabWidget::FormatTabWidget( QWidget *parent ) cbDateFormat = new QComboBox( container ); - connect( cbDateFormat, SIGNAL(activated( int)), this, SLOT(slotDateFormatChanged( int)) ); + connect( cbDateFormat, SIGNAL(activated(int)), this, SLOT(slotDateFormatChanged(int)) ); layout->addWidget( cbDateFormat, 2, 1 ); |