summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-09-27 18:09:40 (UTC)
committer llornkcor <llornkcor>2002-09-27 18:09:40 (UTC)
commit4c1c6d7e8f8b9c207e88767808631b1780d099bf (patch) (unidiff)
treeb7616c5293ad422294ea106dc058bf91bfc36ea8
parent44c98b497ff1cb8cddba10b56435f136a583cce2 (diff)
downloadopie-4c1c6d7e8f8b9c207e88767808631b1780d099bf.zip
opie-4c1c6d7e8f8b9c207e88767808631b1780d099bf.tar.gz
opie-4c1c6d7e8f8b9c207e88767808631b1780d099bf.tar.bz2
remove old function
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/notesapplet/notes.cpp4
-rw-r--r--noncore/applets/notesapplet/notes.h1
2 files changed, 2 insertions, 3 deletions
diff --git a/noncore/applets/notesapplet/notes.cpp b/noncore/applets/notesapplet/notes.cpp
index 2d38e97..76cb6c1 100644
--- a/noncore/applets/notesapplet/notes.cpp
+++ b/noncore/applets/notesapplet/notes.cpp
@@ -409,5 +409,5 @@ void NotesControl::slotViewEdited() {
409// QClipboard *cb = QApplication::clipboard(); 409// QClipboard *cb = QApplication::clipboard();
410// QString text; 410// QString text;
411// view 411// //view
412// cb->setText(); 412// cb->setText();
413// } 413// }
@@ -438,5 +438,5 @@ void NotesApplet::mousePressEvent( QMouseEvent *) {
438// QPoint curPos = mapToGlobal( rect().topLeft() ); 438// QPoint curPos = mapToGlobal( rect().topLeft() );
439 vc->show(); 439 vc->show();
440 vc->move( 5, 18); 440 vc->move( 2, 28);
441 vc->doPopulate=true; 441 vc->doPopulate=true;
442 vc->populateBox(); 442 vc->populateBox();
diff --git a/noncore/applets/notesapplet/notes.h b/noncore/applets/notesapplet/notes.h
index a593881..28877ce 100644
--- a/noncore/applets/notesapplet/notes.h
+++ b/noncore/applets/notesapplet/notes.h
@@ -36,5 +36,4 @@ class NotesControl : public QFrame {
36public: 36public:
37 NotesControl( QWidget *parent=0, const char *name=0 ); 37 NotesControl( QWidget *parent=0, const char *name=0 );
38 void performGrab();
39 38
40 QPixmap notes; 39 QPixmap notes;