summaryrefslogtreecommitdiff
path: root/core/pim/osearch
authortille <tille>2003-05-16 17:30:46 (UTC)
committer tille <tille>2003-05-16 17:30:46 (UTC)
commit23e56debf8c8b219c974137daad07e01f873fcad (patch) (unidiff)
tree003514e0135ca24e1778641df3b251df4e652d44 /core/pim/osearch
parent076926e6c7fe5bfd52f9f42879a216885ccc2cd3 (diff)
downloadopie-23e56debf8c8b219c974137daad07e01f873fcad.zip
opie-23e56debf8c8b219c974137daad07e01f873fcad.tar.gz
opie-23e56debf8c8b219c974137daad07e01f873fcad.tar.bz2
tr
Diffstat (limited to 'core/pim/osearch') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/doclnkitem.cpp6
-rw-r--r--core/pim/osearch/mainwindow.cpp7
2 files changed, 3 insertions, 10 deletions
diff --git a/core/pim/osearch/doclnkitem.cpp b/core/pim/osearch/doclnkitem.cpp
index a1d0384..56eb26a 100644
--- a/core/pim/osearch/doclnkitem.cpp
+++ b/core/pim/osearch/doclnkitem.cpp
@@ -37,5 +37,5 @@ QString DocLnkItem::toRichText()
37 text += _doc->comment() + "<br>"; 37 text += _doc->comment() + "<br>";
38 text += "File: " + _doc->file() + "<br>"; 38 text += QObject::tr("File: ") + _doc->file() + "<br>";
39 text += "Link: " + _doc->linkFile() + "<br>"; 39 text += QObject::tr("Link: ") + _doc->linkFile() + "<br>";
40 text += "Mimetype: " + _doc->type() + "<br>"; 40 text += QObject::tr("Mimetype: ") + _doc->type() + "<br>";
41 if ( _doc->type().contains( "text" ) ){ 41 if ( _doc->type().contains( "text" ) ){
diff --git a/core/pim/osearch/mainwindow.cpp b/core/pim/osearch/mainwindow.cpp
index adce926..2936b17 100644
--- a/core/pim/osearch/mainwindow.cpp
+++ b/core/pim/osearch/mainwindow.cpp
@@ -128,5 +128,3 @@ void MainWindow::makeMenu()
128 if (pop){ 128 if (pop){
129 qDebug("inserting settings menu for %s",s->text(0).latin1());
130 cfgMenu->insertItem( s->text(0), pop ); 129 cfgMenu->insertItem( s->text(0), pop );
131 //connect( pop, SIGNAL( activated(int) ), SLOT( optionChanged(int) ) );
132 } 130 }
@@ -141,3 +139,2 @@ void MainWindow::makeMenu()
141 searchMenu->insertItem( tr( "Options" ), searchOptions ); 139 searchMenu->insertItem( tr( "Options" ), searchOptions );
142 //connect( searchOptions, SIGNAL( activated(int) ), SLOT( optionChanged(int) ) );
143 140
@@ -185,5 +182,3 @@ void MainWindow::setCurrent(QListViewItem *item)
185 button = buttonGroupActions->find( i ); 182 button = buttonGroupActions->find( i );
186 qDebug("action %i >%s<",i,acts[i]->latin1());
187 if (!button) { 183 if (!button) {
188 qDebug("BUTTON");
189 button = new QPushButton( detailsFrame ); 184 button = new QPushButton( detailsFrame );
@@ -196,3 +191,2 @@ void MainWindow::setCurrent(QListViewItem *item)
196 for (uint i = acts.count(); i < _buttonCount; i++){ 191 for (uint i = acts.count(); i < _buttonCount; i++){
197 qDebug("remove button %i of %i",i, _buttonCount);
198 button = buttonGroupActions->find( i ); 192 button = buttonGroupActions->find( i );
@@ -266,3 +260,2 @@ void MainWindow::optionChanged(int i)
266{ 260{
267 qDebug("optionChanged(%i)",i);
268 searchStringChanged(); 261 searchStringChanged();