From daef74a7e852855f781765fad7969b6c83e2e9c6 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 04 Apr 2004 17:03:27 +0000 Subject: s/Opie::Core::odebug/odebug/ (same with oerr,owarn,ofatal) --- (limited to 'core/pim/addressbook/configdlg.cpp') diff --git a/core/pim/addressbook/configdlg.cpp b/core/pim/addressbook/configdlg.cpp index 094dbda..22f7291 100644 --- a/core/pim/addressbook/configdlg.cpp +++ b/core/pim/addressbook/configdlg.cpp @@ -43,7 +43,7 @@ ConfigDlg::ConfigDlg( QWidget *parent, const char *name): void ConfigDlg::slotItemUp() { - Opie::Core::owarn << "void ConfigDlg::slotItemUp()" << oendl; + owarn << "void ConfigDlg::slotItemUp()" << oendl; int i = fieldListBox->currentItem(); if ( i > 0 ) { @@ -57,7 +57,7 @@ void ConfigDlg::slotItemUp() void ConfigDlg::slotItemDown() { - Opie::Core::owarn << "void ConfigDlg::slotItemDown()" << oendl; + owarn << "void ConfigDlg::slotItemDown()" << oendl; int i = fieldListBox->currentItem(); if ( i < (int)fieldListBox->count() - 1 ) { @@ -70,19 +70,19 @@ void ConfigDlg::slotItemDown() void ConfigDlg::slotItemAdd() { - Opie::Core::owarn << "void ConfigDlg::slotItemAdd()" << oendl; + owarn << "void ConfigDlg::slotItemAdd()" << oendl; int i = allFieldListBox->currentItem(); if ( i > 0 ) { QString item = allFieldListBox->currentText(); - Opie::Core::owarn << "Adding " << item << oendl; + owarn << "Adding " << item << oendl; fieldListBox->insertItem( item ); } } void ConfigDlg::slotItemRemove() { - Opie::Core::owarn << "void ConfigDlg::slotItemRemove()" << oendl; + owarn << "void ConfigDlg::slotItemRemove()" << oendl; int i = fieldListBox->currentItem(); if ( i > 0 ) { -- cgit v0.9.0.2