summaryrefslogtreecommitdiff
path: root/core/pim/osearch/mainwindow.cpp
authormickeyl <mickeyl>2004-04-04 17:12:42 (UTC)
committer mickeyl <mickeyl>2004-04-04 17:12:42 (UTC)
commitb49dbce74737411736d63358319e709d1af810bb (patch) (side-by-side diff)
tree90be52c8315be6274806592c69b31eba61d66314 /core/pim/osearch/mainwindow.cpp
parent77185b587adfa158dadab204f3c78db94af3e099 (diff)
downloadopie-b49dbce74737411736d63358319e709d1af810bb.zip
opie-b49dbce74737411736d63358319e709d1af810bb.tar.gz
opie-b49dbce74737411736d63358319e709d1af810bb.tar.bz2
catch up with new define in odebug.h
Diffstat (limited to 'core/pim/osearch/mainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/osearch/mainwindow.cpp b/core/pim/osearch/mainwindow.cpp
index f329e83..3edc8de 100644
--- a/core/pim/osearch/mainwindow.cpp
+++ b/core/pim/osearch/mainwindow.cpp
@@ -230,7 +230,7 @@ void MainWindow::setCurrent(QListViewItem *item)
for (uint i = 0; i < acts.count(); i++){
button = buttonMap[i];
if (!button) {
- Opie::Core::owarn << " no button for " << *acts[i] << oendl;
+ owarn << " no button for " << *acts[i] << oendl;
button = new QPushButton( buttonBox );
buttonMap.insert( i, button );
signalMapper->setMapping(button, i );