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 | |||
@@ -268,3 +268,3 @@ void ContactEditor::init() { | |||
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" ) ); |
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 | |||
@@ -201,3 +201,3 @@ void MainWindow::makeMenu() | |||
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 ); |
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 | |||
@@ -47,3 +47,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ); |
@@ -58,3 +58,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ) ); |
@@ -69,3 +69,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ); |
@@ -80,3 +80,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ); |
@@ -90,3 +90,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ) ); |
@@ -101,3 +101,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ); |
@@ -113,3 +113,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ); |
@@ -123,3 +123,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ) ); |
@@ -133,3 +133,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ) ); |
@@ -143,3 +143,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ) ); |
@@ -154,3 +154,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ); |
@@ -165,3 +165,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ) ); |
@@ -176,3 +176,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ); |
@@ -187,3 +187,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ) ); |
@@ -196,3 +196,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ) ); |
@@ -207,3 +207,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ); |
@@ -217,3 +217,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ) ); |
@@ -228,3 +228,3 @@ CityTimeBase::CityTimeBase( QWidget* parent, const char* name, WFlags ) | |||
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 ); |
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 | |||
@@ -101,3 +101,3 @@ Swapfile::Swapfile( QWidget *parent, const char *name, WFlags f ) | |||
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); |
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 | |||
@@ -133,3 +133,3 @@ ScQtFileDlg::ScQtFileDlg( QWidget* parent, const char* name, bool modal, WFlags | |||
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 ); |
@@ -141,3 +141,3 @@ ScQtFileDlg::ScQtFileDlg( QWidget* parent, const char* name, bool modal, WFlags | |||
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 ); |
@@ -163,3 +163,3 @@ ScQtFileDlg::ScQtFileDlg( QWidget* parent, const char* name, bool modal, WFlags | |||
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 ); |
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 | |||
@@ -589,3 +589,3 @@ ZSafe::ZSafe( QWidget* parent, const char* name, bool modal, WFlags fl ) | |||
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 ); |
@@ -595,3 +595,3 @@ ZSafe::ZSafe( QWidget* parent, const char* name, bool modal, WFlags fl ) | |||
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 ); |
@@ -601,3 +601,3 @@ ZSafe::ZSafe( QWidget* parent, const char* name, bool modal, WFlags fl ) | |||
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 ); |
@@ -607,3 +607,3 @@ ZSafe::ZSafe( QWidget* parent, const char* name, bool modal, WFlags fl ) | |||
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 ); |
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 | |||
@@ -200,3 +200,3 @@ PowerchordBase::PowerchordBase( QWidget* parent, const char* name, WFlags fl ) | |||
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 ); |
@@ -205,3 +205,3 @@ PowerchordBase::PowerchordBase( QWidget* parent, const char* name, WFlags fl ) | |||
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 ); |
@@ -216,3 +216,3 @@ PowerchordBase::PowerchordBase( QWidget* parent, const char* name, WFlags fl ) | |||
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 ); |
@@ -222,3 +222,3 @@ PowerchordBase::PowerchordBase( QWidget* parent, const char* name, WFlags fl ) | |||
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 ); |
@@ -228,3 +228,3 @@ PowerchordBase::PowerchordBase( QWidget* parent, const char* name, WFlags fl ) | |||
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 ); |
@@ -235,3 +235,3 @@ PowerchordBase::PowerchordBase( QWidget* parent, const char* name, WFlags fl ) | |||
235 | chordname->setAlignment( int( QLabel::AlignCenter ) ); | 235 | chordname->setAlignment( int( QLabel::AlignCenter ) ); |
236 | QToolTip::add( chordname, tr( "" ) ); | 236 | QToolTip::add( chordname, "" ); |
237 | 237 | ||
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 | |||
@@ -99,3 +99,3 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags ) | |||
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 ); |
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 | |||
@@ -41,3 +41,3 @@ void MediumGlobalWidget::initGUI() | |||
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 " |
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 | |||
@@ -129,3 +129,3 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m | |||
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" ) ); |
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 | |||
@@ -274,3 +274,3 @@ void MainWindow::makeMenu() | |||
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 ); |