summaryrefslogtreecommitdiff
path: root/noncore
authorzecke <zecke>2004-04-04 21:38:46 (UTC)
committer zecke <zecke>2004-04-04 21:38:46 (UTC)
commitfad3886132f81ff5f1f84c09e9a0b3048d91296d (patch) (unidiff)
treea6badf47f7e2a737d801e55388b67c8aa81508b0 /noncore
parent4da953f1ef0349acc5b86ee15b9e3005dabc319f (diff)
downloadopie-fad3886132f81ff5f1f84c09e9a0b3048d91296d.zip
opie-fad3886132f81ff5f1f84c09e9a0b3048d91296d.tar.gz
opie-fad3886132f81ff5f1f84c09e9a0b3048d91296d.tar.bz2
Update todo
use owarn right
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/graphics/opie-eye/TODO2
-rw-r--r--noncore/graphics/opie-eye/gui/imageinfoui.cpp10
2 files changed, 6 insertions, 6 deletions
diff --git a/noncore/graphics/opie-eye/TODO b/noncore/graphics/opie-eye/TODO
index e31cb73..8dbf35e 100644
--- a/noncore/graphics/opie-eye/TODO
+++ b/noncore/graphics/opie-eye/TODO
@@ -4,3 +4,3 @@ Todo for Opie-Eye
4 On small screens one could toggle this Widget into the View but on BigScreen it would 4 On small screens one could toggle this Widget into the View but on BigScreen it would
5 be a full widget OToggleSplitter 5 be a full widget -> OToggleSplitter
6 6
diff --git a/noncore/graphics/opie-eye/gui/imageinfoui.cpp b/noncore/graphics/opie-eye/gui/imageinfoui.cpp
index 2580215..3463ba6 100644
--- a/noncore/graphics/opie-eye/gui/imageinfoui.cpp
+++ b/noncore/graphics/opie-eye/gui/imageinfoui.cpp
@@ -31,5 +31,5 @@ imageinfo::imageinfo(const QString&_path, QWidget* parent, const char* name, WF
31 setName( "imageinfo" ); 31 setName( "imageinfo" );
32 resize( 289, 335 ); 32 resize( 289, 335 );
33 setCaption( tr( "Image info" ) ); 33 setCaption( tr( "Image info" ) );
34 imageinfoLayout = new QVBoxLayout( this ); 34 imageinfoLayout = new QVBoxLayout( this );
35 imageinfoLayout->setSpacing(2); 35 imageinfoLayout->setSpacing(2);
@@ -49,3 +49,3 @@ imageinfo::imageinfo(const QString&_path, QWidget* parent, const char* name, WF
49 imageinfoLayout->addWidget( fnameLabel); 49 imageinfoLayout->addWidget( fnameLabel);
50 50
51 TextView1 = new QTextView( this, "TextView1" ); 51 TextView1 = new QTextView( this, "TextView1" );
@@ -58,3 +58,3 @@ imageinfo::imageinfo(const QString&_path, QWidget* parent, const char* name, WF
58 imageinfoLayout->addWidget( TextView1 ); 58 imageinfoLayout->addWidget( TextView1 );
59 59
60 SlaveMaster* master = SlaveMaster::self(); 60 SlaveMaster* master = SlaveMaster::self();
@@ -73,3 +73,3 @@ void imageinfo::slotChangeName(const QString&_path)
73 SlaveMaster::self()->imageInfo( currentFile ); 73 SlaveMaster::self()->imageInfo( currentFile );
74 74
75 QPixmap*m_pix = PPixmapCache::self()->cachedImage( _path, THUMBSIZE,THUMBSIZE ); 75 QPixmap*m_pix = PPixmapCache::self()->cachedImage( _path, THUMBSIZE,THUMBSIZE );