author | clem <clem> | 2004-06-17 23:11:25 (UTC) |
---|---|---|
committer | clem <clem> | 2004-06-17 23:11:25 (UTC) |
commit | d177fbbcdabe8568b394bc2a16ecc5895a4b659a (patch) (unidiff) | |
tree | 9b8a98b949e3425c5512db166e1ca959ec8a9cfb | |
parent | 237ab9ee408f861a0fb8c9f988cfcaa5db033dd1 (diff) | |
download | opie-d177fbbcdabe8568b394bc2a16ecc5895a4b659a.zip opie-d177fbbcdabe8568b394bc2a16ecc5895a4b659a.tar.gz opie-d177fbbcdabe8568b394bc2a16ecc5895a4b659a.tar.bz2 |
replaced tr( "" ) by "" (in order not to pollute the .ts translation files)
-rw-r--r-- | core/pim/addressbook/contacteditor.cpp | 2 | ||||
-rw-r--r-- | core/pim/osearch/mainwindow.cpp | 2 | ||||
-rw-r--r-- | core/settings/citytime/citytimebase.cpp | 36 | ||||
-rw-r--r-- | noncore/applets/memoryapplet/swapfile.cpp | 2 | ||||
-rw-r--r-- | noncore/apps/zsafe/scqtfiledlg.cpp | 6 | ||||
-rw-r--r-- | noncore/apps/zsafe/zsafe.cpp | 8 | ||||
-rw-r--r-- | noncore/multimedia/powerchord/powerchordbase.cpp | 12 | ||||
-rw-r--r-- | noncore/net/mail/mainwindow.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/mediummount/mediumglobal.cc | 2 | ||||
-rw-r--r-- | noncore/settings/sound/soundsettingsbase.cpp | 2 | ||||
-rw-r--r-- | noncore/unsupported/oipkg/mainwindow.cpp | 2 |
11 files changed, 38 insertions, 38 deletions
diff --git a/core/pim/addressbook/contacteditor.cpp b/core/pim/addressbook/contacteditor.cpp index 9c13017..312c663 100644 --- a/core/pim/addressbook/contacteditor.cpp +++ b/core/pim/addressbook/contacteditor.cpp | |||
@@ -267,5 +267,5 @@ void ContactEditor::init() { | |||
267 | gl->addWidget( l, 5, 0 ); | 267 | gl->addWidget( l, 5, 0 ); |
268 | cmbCountry = new QComboBox( TRUE, container ); | 268 | cmbCountry = new QComboBox( TRUE, container ); |
269 | cmbCountry->insertItem( tr( "" ) ); | 269 | cmbCountry->insertItem( "" ); |
270 | cmbCountry->insertItem( tr ( "United States" ) ); | 270 | cmbCountry->insertItem( tr ( "United States" ) ); |
271 | cmbCountry->insertItem( tr ( "United Kingdom" ) ); | 271 | cmbCountry->insertItem( tr ( "United Kingdom" ) ); |
diff --git a/core/pim/osearch/mainwindow.cpp b/core/pim/osearch/mainwindow.cpp index 798e1f1..4589c9d 100644 --- a/core/pim/osearch/mainwindow.cpp +++ b/core/pim/osearch/mainwindow.cpp | |||
@@ -200,5 +200,5 @@ void MainWindow::makeMenu() | |||
200 | //Clear text | 200 | //Clear text |
201 | ClearSearchText = new QToolButton( searchBar, "ClearSearchText"); | 201 | ClearSearchText = new QToolButton( searchBar, "ClearSearchText"); |
202 | ClearSearchText->setText( tr( "" ) ); | 202 | ClearSearchText->setText( "" ); |
203 | ClearSearchText->setPixmap( image1 ); | 203 | ClearSearchText->setPixmap( image1 ); |
204 | 204 | ||
diff --git a/core/settings/citytime/citytimebase.cpp b/core/settings/citytime/citytimebase.cpp index 77cb91d..bcdd422 100644 --- a/core/settings/citytime/citytimebase.cpp +++ b/core/settings/citytime/citytimebase.cpp | |||
@@ -46,5 +46,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
46 | cmdCity7->setFont( cmdCity7_font ); | 46 | cmdCity7->setFont( cmdCity7_font ); |
47 | cmdCity7->setFocusPolicy( QToolButton::TabFocus ); | 47 | cmdCity7->setFocusPolicy( QToolButton::TabFocus ); |
48 | cmdCity7->setText( tr( "" ) ); | 48 | cmdCity7->setText( "" ); |
49 | cmdCity7->setToggleButton( TRUE ); | 49 | cmdCity7->setToggleButton( TRUE ); |
50 | cmdCity7->setToggleButton( TRUE ); | 50 | cmdCity7->setToggleButton( TRUE ); |
@@ -57,5 +57,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
57 | lblCTime9_font.setPointSize( 10 ); | 57 | lblCTime9_font.setPointSize( 10 ); |
58 | lblCTime9->setFont( lblCTime9_font ); | 58 | lblCTime9->setFont( lblCTime9_font ); |
59 | lblCTime9->setText( tr( "" ) ); | 59 | lblCTime9->setText( "" ); |
60 | lblCTime9->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); | 60 | lblCTime9->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); |
61 | 61 | ||
@@ -68,5 +68,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
68 | cmdCity8->setFont( cmdCity8_font ); | 68 | cmdCity8->setFont( cmdCity8_font ); |
69 | cmdCity8->setFocusPolicy( QToolButton::TabFocus ); | 69 | cmdCity8->setFocusPolicy( QToolButton::TabFocus ); |
70 | cmdCity8->setText( tr( "" ) ); | 70 | cmdCity8->setText( "" ); |
71 | cmdCity8->setToggleButton( TRUE ); | 71 | cmdCity8->setToggleButton( TRUE ); |
72 | cmdCity8->setToggleButton( TRUE ); | 72 | cmdCity8->setToggleButton( TRUE ); |
@@ -79,5 +79,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
79 | cmdCity2->setFont( cmdCity2_font ); | 79 | cmdCity2->setFont( cmdCity2_font ); |
80 | cmdCity2->setFocusPolicy( QToolButton::TabFocus ); | 80 | cmdCity2->setFocusPolicy( QToolButton::TabFocus ); |
81 | cmdCity2->setText( tr( "" ) ); | 81 | cmdCity2->setText( "" ); |
82 | cmdCity2->setToggleButton( TRUE ); | 82 | cmdCity2->setToggleButton( TRUE ); |
83 | cmdCity2->setToggleButton( TRUE ); | 83 | cmdCity2->setToggleButton( TRUE ); |
@@ -89,5 +89,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
89 | lblCTime6_font.setPointSize( 10 ); | 89 | lblCTime6_font.setPointSize( 10 ); |
90 | lblCTime6->setFont( lblCTime6_font ); | 90 | lblCTime6->setFont( lblCTime6_font ); |
91 | lblCTime6->setText( tr( "" ) ); | 91 | lblCTime6->setText( "" ); |
92 | lblCTime6->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); | 92 | lblCTime6->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); |
93 | 93 | ||
@@ -100,5 +100,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
100 | cmdCity6->setFont( cmdCity6_font ); | 100 | cmdCity6->setFont( cmdCity6_font ); |
101 | cmdCity6->setFocusPolicy( QToolButton::TabFocus ); | 101 | cmdCity6->setFocusPolicy( QToolButton::TabFocus ); |
102 | cmdCity6->setText( tr( "" ) ); | 102 | cmdCity6->setText( "" ); |
103 | cmdCity6->setToggleButton( TRUE ); | 103 | cmdCity6->setToggleButton( TRUE ); |
104 | cmdCity6->setToggleButton( TRUE ); | 104 | cmdCity6->setToggleButton( TRUE ); |
@@ -112,5 +112,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
112 | cmdCity4->setFont( cmdCity4_font ); | 112 | cmdCity4->setFont( cmdCity4_font ); |
113 | cmdCity4->setFocusPolicy( QToolButton::TabFocus ); | 113 | cmdCity4->setFocusPolicy( QToolButton::TabFocus ); |
114 | cmdCity4->setText( tr( "" ) ); | 114 | cmdCity4->setText( "" ); |
115 | cmdCity4->setToggleButton( TRUE ); | 115 | cmdCity4->setToggleButton( TRUE ); |
116 | cmdCity4->setToggleButton( TRUE ); | 116 | cmdCity4->setToggleButton( TRUE ); |
@@ -122,5 +122,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
122 | lblCTime5_font.setPointSize( 10 ); | 122 | lblCTime5_font.setPointSize( 10 ); |
123 | lblCTime5->setFont( lblCTime5_font ); | 123 | lblCTime5->setFont( lblCTime5_font ); |
124 | lblCTime5->setText( tr( "" ) ); | 124 | lblCTime5->setText( "" ); |
125 | lblCTime5->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); | 125 | lblCTime5->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); |
126 | 126 | ||
@@ -132,5 +132,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
132 | lblCTime2_font.setPointSize( 10 ); | 132 | lblCTime2_font.setPointSize( 10 ); |
133 | lblCTime2->setFont( lblCTime2_font ); | 133 | lblCTime2->setFont( lblCTime2_font ); |
134 | lblCTime2->setText( tr( "" ) ); | 134 | lblCTime2->setText( "" ); |
135 | lblCTime2->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); | 135 | lblCTime2->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); |
136 | 136 | ||
@@ -142,5 +142,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
142 | lblCTime1_font.setPointSize( 10 ); | 142 | lblCTime1_font.setPointSize( 10 ); |
143 | lblCTime1->setFont( lblCTime1_font ); | 143 | lblCTime1->setFont( lblCTime1_font ); |
144 | lblCTime1->setText( tr( "" ) ); | 144 | lblCTime1->setText( "" ); |
145 | lblCTime1->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); | 145 | lblCTime1->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); |
146 | 146 | ||
@@ -153,5 +153,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
153 | cmdCity3->setFont( cmdCity3_font ); | 153 | cmdCity3->setFont( cmdCity3_font ); |
154 | cmdCity3->setFocusPolicy( QToolButton::TabFocus ); | 154 | cmdCity3->setFocusPolicy( QToolButton::TabFocus ); |
155 | cmdCity3->setText( tr( "" ) ); | 155 | cmdCity3->setText( "" ); |
156 | cmdCity3->setToggleButton( TRUE ); | 156 | cmdCity3->setToggleButton( TRUE ); |
157 | cmdCity3->setToggleButton( TRUE ); | 157 | cmdCity3->setToggleButton( TRUE ); |
@@ -164,5 +164,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
164 | lblCTime8_font.setPointSize( 10 ); | 164 | lblCTime8_font.setPointSize( 10 ); |
165 | lblCTime8->setFont( lblCTime8_font ); | 165 | lblCTime8->setFont( lblCTime8_font ); |
166 | lblCTime8->setText( tr( "" ) ); | 166 | lblCTime8->setText( "" ); |
167 | lblCTime8->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); | 167 | lblCTime8->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); |
168 | 168 | ||
@@ -175,5 +175,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
175 | cmdCity1->setFont( cmdCity1_font ); | 175 | cmdCity1->setFont( cmdCity1_font ); |
176 | cmdCity1->setFocusPolicy( QToolButton::TabFocus ); | 176 | cmdCity1->setFocusPolicy( QToolButton::TabFocus ); |
177 | cmdCity1->setText( tr( "" ) ); | 177 | cmdCity1->setText( "" ); |
178 | cmdCity1->setToggleButton( TRUE ); | 178 | cmdCity1->setToggleButton( TRUE ); |
179 | cmdCity1->setToggleButton( TRUE ); | 179 | cmdCity1->setToggleButton( TRUE ); |
@@ -186,5 +186,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
186 | lblCTime7_font.setPointSize( 10 ); | 186 | lblCTime7_font.setPointSize( 10 ); |
187 | lblCTime7->setFont( lblCTime7_font ); | 187 | lblCTime7->setFont( lblCTime7_font ); |
188 | lblCTime7->setText( tr( "" ) ); | 188 | lblCTime7->setText( "" ); |
189 | lblCTime7->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); | 189 | lblCTime7->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); |
190 | 190 | ||
@@ -195,5 +195,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
195 | lblCTime4_font.setPointSize( 10 ); | 195 | lblCTime4_font.setPointSize( 10 ); |
196 | lblCTime4->setFont( lblCTime4_font ); | 196 | lblCTime4->setFont( lblCTime4_font ); |
197 | lblCTime4->setText( tr( "" ) ); | 197 | lblCTime4->setText( "" ); |
198 | lblCTime4->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); | 198 | lblCTime4->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); |
199 | 199 | ||
@@ -206,5 +206,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
206 | cmdCity5->setFont( cmdCity5_font ); | 206 | cmdCity5->setFont( cmdCity5_font ); |
207 | cmdCity5->setFocusPolicy( QToolButton::TabFocus ); | 207 | cmdCity5->setFocusPolicy( QToolButton::TabFocus ); |
208 | cmdCity5->setText( tr( "" ) ); | 208 | cmdCity5->setText( "" ); |
209 | cmdCity5->setToggleButton( TRUE ); | 209 | cmdCity5->setToggleButton( TRUE ); |
210 | cmdCity5->setToggleButton( TRUE ); | 210 | cmdCity5->setToggleButton( TRUE ); |
@@ -216,5 +216,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
216 | lblCTime3_font.setPointSize( 10 ); | 216 | lblCTime3_font.setPointSize( 10 ); |
217 | lblCTime3->setFont( lblCTime3_font ); | 217 | lblCTime3->setFont( lblCTime3_font ); |
218 | lblCTime3->setText( tr( "" ) ); | 218 | lblCTime3->setText( "" ); |
219 | lblCTime3->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); | 219 | lblCTime3->setAlignment( int( QLabel::AlignVCenter | QLabel::AlignRight ) ); |
220 | 220 | ||
@@ -227,5 +227,5 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
227 | cmdCity9->setFont( cmdCity9_font ); | 227 | cmdCity9->setFont( cmdCity9_font ); |
228 | cmdCity9->setFocusPolicy( QToolButton::TabFocus ); | 228 | cmdCity9->setFocusPolicy( QToolButton::TabFocus ); |
229 | cmdCity9->setText( tr( "" ) ); | 229 | cmdCity9->setText( "" ); |
230 | cmdCity9->setToggleButton( TRUE ); | 230 | cmdCity9->setToggleButton( TRUE ); |
231 | cmdCity9->setToggleButton( TRUE ); | 231 | cmdCity9->setToggleButton( TRUE ); |
diff --git a/noncore/applets/memoryapplet/swapfile.cpp b/noncore/applets/memoryapplet/swapfile.cpp index a71078f..96010c8 100644 --- a/noncore/applets/memoryapplet/swapfile.cpp +++ b/noncore/applets/memoryapplet/swapfile.cpp | |||
@@ -100,5 +100,5 @@ Swapfile::Swapfile( QWidget *parent, const char *name, WFlags f ) | |||
100 | 100 | ||
101 | swapStatusIcon = new QLabel(hb4); | 101 | swapStatusIcon = new QLabel(hb4); |
102 | swapStatus = new QLabel(tr(""), hb4); | 102 | swapStatus = new QLabel("", hb4); |
103 | hb4->setStretchFactor(swapStatus, 99); | 103 | hb4->setStretchFactor(swapStatus, 99); |
104 | vb->addWidget(hb4); | 104 | vb->addWidget(hb4); |
diff --git a/noncore/apps/zsafe/scqtfiledlg.cpp b/noncore/apps/zsafe/scqtfiledlg.cpp index c67bbd5..f036101 100644 --- a/noncore/apps/zsafe/scqtfiledlg.cpp +++ b/noncore/apps/zsafe/scqtfiledlg.cpp | |||
@@ -132,5 +132,5 @@ ScQtFileDlg::ScQtFileDlg( QWidget* parent, const char* name, bool modal, WFlags | |||
132 | 132 | ||
133 | OkButton = new QToolButton( this, "OkButton" ); | 133 | OkButton = new QToolButton( this, "OkButton" ); |
134 | OkButton->setText( tr( "" ) ); | 134 | OkButton->setText( "" ); |
135 | OkButton->setPixmap( image0 ); | 135 | OkButton->setPixmap( image0 ); |
136 | OkButton->setUsesBigPixmap( FALSE ); | 136 | OkButton->setUsesBigPixmap( FALSE ); |
@@ -140,5 +140,5 @@ ScQtFileDlg::ScQtFileDlg( QWidget* parent, const char* name, bool modal, WFlags | |||
140 | 140 | ||
141 | CancelButton = new QToolButton( this, "CancelButton" ); | 141 | CancelButton = new QToolButton( this, "CancelButton" ); |
142 | CancelButton->setText( tr( "" ) ); | 142 | CancelButton->setText( "" ); |
143 | CancelButton->setPixmap( image1 ); | 143 | CancelButton->setPixmap( image1 ); |
144 | CancelButton->setUsesBigPixmap( FALSE ); | 144 | CancelButton->setUsesBigPixmap( FALSE ); |
@@ -162,5 +162,5 @@ ScQtFileDlg::ScQtFileDlg( QWidget* parent, const char* name, bool modal, WFlags | |||
162 | 162 | ||
163 | MkDirButton = new QToolButton( this, "MkDirButton" ); | 163 | MkDirButton = new QToolButton( this, "MkDirButton" ); |
164 | MkDirButton->setText( tr( "" ) ); | 164 | MkDirButton->setText( "" ); |
165 | MkDirButton->setPixmap( image2 ); | 165 | MkDirButton->setPixmap( image2 ); |
166 | MkDirButton->setUsesBigPixmap( FALSE ); | 166 | MkDirButton->setUsesBigPixmap( FALSE ); |
diff --git a/noncore/apps/zsafe/zsafe.cpp b/noncore/apps/zsafe/zsafe.cpp index ca3ff52..189453e 100644 --- a/noncore/apps/zsafe/zsafe.cpp +++ b/noncore/apps/zsafe/zsafe.cpp | |||
@@ -588,5 +588,5 @@ ZSafe::ZSafe( QWidget* parent, const char* name, bool modal, WFlags fl ) | |||
588 | New->setGeometry( QRect( DeskW-84, 2, 20, 20 ) ); | 588 | New->setGeometry( QRect( DeskW-84, 2, 20, 20 ) ); |
589 | New->setMouseTracking( TRUE ); | 589 | New->setMouseTracking( TRUE ); |
590 | New->setText( tr( "" ) ); | 590 | New->setText( "" ); |
591 | New->setPixmap( new_img ); | 591 | New->setPixmap( new_img ); |
592 | QToolTip::add( New, tr( "New entry" ) ); | 592 | QToolTip::add( New, tr( "New entry" ) ); |
@@ -594,5 +594,5 @@ ZSafe::ZSafe( QWidget* parent, const char* name, bool modal, WFlags fl ) | |||
594 | Edit = new QToolButton( menu, "Edit" ); | 594 | Edit = new QToolButton( menu, "Edit" ); |
595 | Edit->setGeometry( QRect( DeskW-64, 2, 20, 20 ) ); | 595 | Edit->setGeometry( QRect( DeskW-64, 2, 20, 20 ) ); |
596 | Edit->setText( tr( "" ) ); | 596 | Edit->setText( "" ); |
597 | Edit->setPixmap( edit_img ); | 597 | Edit->setPixmap( edit_img ); |
598 | QToolTip::add( Edit, tr( "Edit category or entry" ) ); | 598 | QToolTip::add( Edit, tr( "Edit category or entry" ) ); |
@@ -600,5 +600,5 @@ ZSafe::ZSafe( QWidget* parent, const char* name, bool modal, WFlags fl ) | |||
600 | Delete = new QToolButton( menu, "Delete" ); | 600 | Delete = new QToolButton( menu, "Delete" ); |
601 | Delete->setGeometry( QRect( DeskW-44, 2, 20, 20 ) ); | 601 | Delete->setGeometry( QRect( DeskW-44, 2, 20, 20 ) ); |
602 | Delete->setText( tr( "" ) ); | 602 | Delete->setText( "" ); |
603 | Delete->setPixmap( trash_img ); | 603 | Delete->setPixmap( trash_img ); |
604 | QToolTip::add( Delete, tr( "Delete category or entry" ) ); | 604 | QToolTip::add( Delete, tr( "Delete category or entry" ) ); |
@@ -606,5 +606,5 @@ ZSafe::ZSafe( QWidget* parent, const char* name, bool modal, WFlags fl ) | |||
606 | Find = new QToolButton( menu, "Find" ); | 606 | Find = new QToolButton( menu, "Find" ); |
607 | Find->setGeometry( QRect( DeskW-24, 2, 20, 20 ) ); | 607 | Find->setGeometry( QRect( DeskW-24, 2, 20, 20 ) ); |
608 | Find->setText( tr( "" ) ); | 608 | Find->setText( "" ); |
609 | Find->setPixmap( find_img ); | 609 | Find->setPixmap( find_img ); |
610 | QToolTip::add( Find, tr( "Find entry" ) ); | 610 | QToolTip::add( Find, tr( "Find entry" ) ); |
diff --git a/noncore/multimedia/powerchord/powerchordbase.cpp b/noncore/multimedia/powerchord/powerchordbase.cpp index 98fe3f7..f0d1487 100644 --- a/noncore/multimedia/powerchord/powerchordbase.cpp +++ b/noncore/multimedia/powerchord/powerchordbase.cpp | |||
@@ -199,10 +199,10 @@ PowerchordBase::PowerchordBase( QWidget* parent, const char* name, WFlags fl ) | |||
199 | transport_rec = new QPushButton( tab, "transport_rec" ); | 199 | transport_rec = new QPushButton( tab, "transport_rec" ); |
200 | transport_rec->setGeometry( QRect( 170, 80, 30, 30 ) ); | 200 | transport_rec->setGeometry( QRect( 170, 80, 30, 30 ) ); |
201 | transport_rec->setText( tr( "" ) ); | 201 | transport_rec->setText( "" ); |
202 | transport_rec->setPixmap( image2 ); | 202 | transport_rec->setPixmap( image2 ); |
203 | 203 | ||
204 | play_sound = new QPushButton( tab, "play_sound" ); | 204 | play_sound = new QPushButton( tab, "play_sound" ); |
205 | play_sound->setGeometry( QRect( 170, 180, 60, 55 ) ); | 205 | play_sound->setGeometry( QRect( 170, 180, 60, 55 ) ); |
206 | play_sound->setText( tr( "" ) ); | 206 | play_sound->setText( "" ); |
207 | play_sound->setPixmap( image3 ); | 207 | play_sound->setPixmap( image3 ); |
208 | 208 | ||
@@ -215,5 +215,5 @@ PowerchordBase::PowerchordBase( QWidget* parent, const char* name, WFlags fl ) | |||
215 | transport_play->setEnabled( FALSE ); | 215 | transport_play->setEnabled( FALSE ); |
216 | transport_play->setGeometry( QRect( 200, 80, 30, 30 ) ); | 216 | transport_play->setGeometry( QRect( 200, 80, 30, 30 ) ); |
217 | transport_play->setText( tr( "" ) ); | 217 | transport_play->setText( "" ); |
218 | transport_play->setPixmap( image3 ); | 218 | transport_play->setPixmap( image3 ); |
219 | 219 | ||
@@ -221,5 +221,5 @@ PowerchordBase::PowerchordBase( QWidget* parent, const char* name, WFlags fl ) | |||
221 | transport_rew->setEnabled( FALSE ); | 221 | transport_rew->setEnabled( FALSE ); |
222 | transport_rew->setGeometry( QRect( 170, 110, 30, 30 ) ); | 222 | transport_rew->setGeometry( QRect( 170, 110, 30, 30 ) ); |
223 | transport_rew->setText( tr( "" ) ); | 223 | transport_rew->setText( "" ); |
224 | transport_rew->setPixmap( image4 ); | 224 | transport_rew->setPixmap( image4 ); |
225 | 225 | ||
@@ -227,5 +227,5 @@ PowerchordBase::PowerchordBase( QWidget* parent, const char* name, WFlags fl ) | |||
227 | transport_fwd->setEnabled( FALSE ); | 227 | transport_fwd->setEnabled( FALSE ); |
228 | transport_fwd->setGeometry( QRect( 200, 110, 30, 30 ) ); | 228 | transport_fwd->setGeometry( QRect( 200, 110, 30, 30 ) ); |
229 | transport_fwd->setText( tr( "" ) ); | 229 | transport_fwd->setText( "" ); |
230 | transport_fwd->setPixmap( image5 ); | 230 | transport_fwd->setPixmap( image5 ); |
231 | 231 | ||
@@ -234,5 +234,5 @@ PowerchordBase::PowerchordBase( QWidget* parent, const char* name, WFlags fl ) | |||
234 | chordname->setText( tr( "A" ) ); | 234 | chordname->setText( tr( "A" ) ); |
235 | chordname->setAlignment( int( QLabel::AlignCenter ) ); | 235 | chordname->setAlignment( int( QLabel::AlignCenter ) ); |
236 | QToolTip::add( chordname, tr( "" ) ); | 236 | QToolTip::add( chordname, "" ); |
237 | 237 | ||
238 | synth = new gs(); | 238 | synth = new gs(); |
diff --git a/noncore/net/mail/mainwindow.cpp b/noncore/net/mail/mainwindow.cpp index 979b73a..6252fc2 100644 --- a/noncore/net/mail/mainwindow.cpp +++ b/noncore/net/mail/mainwindow.cpp | |||
@@ -98,5 +98,5 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags ) | |||
98 | 98 | ||
99 | mailView = new QListView( view ); | 99 | mailView = new QListView( view ); |
100 | mailView->addColumn( tr( "" ) ); | 100 | mailView->addColumn( "" ); |
101 | mailView->addColumn( tr( "Subject" ),QListView::Manual ); | 101 | mailView->addColumn( tr( "Subject" ),QListView::Manual ); |
102 | mailView->addColumn( tr( "Sender" ),QListView::Manual ); | 102 | mailView->addColumn( tr( "Sender" ),QListView::Manual ); |
diff --git a/noncore/settings/mediummount/mediumglobal.cc b/noncore/settings/mediummount/mediumglobal.cc index 0c6cf12..621784e 100644 --- a/noncore/settings/mediummount/mediumglobal.cc +++ b/noncore/settings/mediummount/mediumglobal.cc | |||
@@ -40,5 +40,5 @@ void MediumGlobalWidget::initGUI() | |||
40 | m_label = new QLabel( this ); | 40 | m_label = new QLabel( this ); |
41 | m_label->setTextFormat( Qt::RichText ); | 41 | m_label->setTextFormat( Qt::RichText ); |
42 | m_label->setText( tr("") ); | 42 | m_label->setText( "" ); |
43 | QWhatsThis::add( this, tr("If a medium gets inserted into this device Opie " | 43 | QWhatsThis::add( this, tr("If a medium gets inserted into this device Opie " |
44 | "tries to search the medium for Documents. On " | 44 | "tries to search the medium for Documents. On " |
diff --git a/noncore/settings/sound/soundsettingsbase.cpp b/noncore/settings/sound/soundsettingsbase.cpp index f283119..84187d2 100644 --- a/noncore/settings/sound/soundsettingsbase.cpp +++ b/noncore/settings/sound/soundsettingsbase.cpp | |||
@@ -128,5 +128,5 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m | |||
128 | 128 | ||
129 | keyComboBox = new QComboBox( FALSE, this, "keyComboBox" ); | 129 | keyComboBox = new QComboBox( FALSE, this, "keyComboBox" ); |
130 | keyComboBox->insertItem( tr( "" ) ); | 130 | keyComboBox->insertItem( "" ); |
131 | keyComboBox->insertItem( tr( "Taskbar Icon" ) ); | 131 | keyComboBox->insertItem( tr( "Taskbar Icon" ) ); |
132 | keyComboBox->insertItem( tr( "Key_Record" ) ); | 132 | keyComboBox->insertItem( tr( "Key_Record" ) ); |
diff --git a/noncore/unsupported/oipkg/mainwindow.cpp b/noncore/unsupported/oipkg/mainwindow.cpp index 7f1c0b8..1719ed8 100644 --- a/noncore/unsupported/oipkg/mainwindow.cpp +++ b/noncore/unsupported/oipkg/mainwindow.cpp | |||
@@ -273,5 +273,5 @@ void MainWindow::makeMenu() | |||
273 | Resource::loadPixmap( "oipkg/uninstalledInstalledOld" ), QString::null, 0, this, 0 ); | 273 | Resource::loadPixmap( "oipkg/uninstalledInstalledOld" ), QString::null, 0, this, 0 ); |
274 | a->addTo( helpMenu ); | 274 | a->addTo( helpMenu ); |
275 | //a = new QAction( tr( "" ), | 275 | //a = new QAction( "", |
276 | // Resource::loadPixmap( "oipkg/" ), QString::null, 0, this, 0 ); | 276 | // Resource::loadPixmap( "oipkg/" ), QString::null, 0, this, 0 ); |
277 | // a->addTo( helpMenu ); | 277 | // a->addTo( helpMenu ); |