summaryrefslogtreecommitdiff
path: root/core/pim/todo/mainwindow.h
Side-by-side diff
Diffstat (limited to 'core/pim/todo/mainwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/todo/mainwindow.h77
1 files changed, 32 insertions, 45 deletions
diff --git a/core/pim/todo/mainwindow.h b/core/pim/todo/mainwindow.h
index f0d6a42..c0fe805 100644
--- a/core/pim/todo/mainwindow.h
+++ b/core/pim/todo/mainwindow.h
@@ -1,23 +1,23 @@
/*
-               =. This file is part of the OPIE Project
-             .=l. Copyright (c) 2002 Holger Freyther <zecke@handhelds.org>
-           .>+-=
- _;:,     .>    :=|. This program is free software; you can
-.> <`_,   >  .   <= redistribute it and/or modify it under
-:`=1 )Y*s>-.--   : the terms of the GNU General Public
-.="- .-=="i,     .._ License as published by the Free Software
- - .   .-<_>     .<> Foundation; either version 2 of the License,
-     ._= =}       : or (at your option) any later version.
-    .%`+i>       _;_.
-    .i_,=:_.      -<s. This program is distributed in the hope that
-     +  .  -:.       = it will be useful, but WITHOUT ANY WARRANTY;
-    : ..    .:,     . . . without even the implied warranty of
-    =_        +     =;=|` MERCHANTABILITY or FITNESS FOR A
-  _.=:.       :    :=>`: PARTICULAR PURPOSE. See the GNU
-..}^=.=       =       ; Library General Public License for more
-++=   -.     .`     .: details.
- :     =  ...= . :.=-
- -.   .:....=;==+<; You should have received a copy of the GNU
-  -_. . .   )=.  = Library General Public License along with
-    --        :-=` this library; see the file COPYING.LIB.
+ =. This file is part of the OPIE Project
+ .=l. Copyright (c) 2002 Holger Freyther <zecke@handhelds.org>
+ .>+-=
+_;:, .> :=|. This program is free software; you can
+.> <`_, > . <= redistribute it and/or modify it under
+:`=1 )Y*s>-.-- : the terms of the GNU General Public
+.="- .-=="i, .._ License as published by the Free Software
+- . .-<_> .<> Foundation; either version 2 of the License,
+ ._= =} : or (at your option) any later version.
+ .%`+i> _;_.
+ .i_,=:_. -<s. This program is distributed in the hope that
+ + . -:. = it will be useful, but WITHOUT ANY WARRANTY;
+ : .. .:, . . . without even the implied warranty of
+ =_ + =;=|` MERCHANTABILITY or FITNESS FOR A
+ _.=:. : :=>`: PARTICULAR PURPOSE. See the GNU
+..}^=.= = ; Library General Public License for more
+++= -. .` .: details.
+: = ...= . :.=-
+-. .:....=;==+<; You should have received a copy of the GNU
+ -_. . . )=. = Library General Public License along with
+ -- :-=` this library; see the file COPYING.LIB.
If not, write to the Free Software Foundation,
@@ -56,3 +56,2 @@ namespace Todo {
class TodoShow;
- class TemplateEditor;
struct QuickEditBase;
@@ -73,6 +72,2 @@ namespace Todo {
QPopupMenu* contextMenu(int uid, bool doesRecur = FALSE );
- QPopupMenu* options();
- QPopupMenu* edit();
- QToolBar* toolbar();
-
@@ -96,3 +91,2 @@ namespace Todo {
void updateTodo( const OPimTodo& );
- void populateTemplates();
Editor* currentEditor();
@@ -101,3 +95,2 @@ private slots:
void slotQuickEntered();
- void populateCategories();
void slotReload();
@@ -119,3 +112,2 @@ private slots:
void initShow();
- void initTemplate();
void raiseCurrentView();
@@ -128,7 +120,3 @@ private slots:
TodoShow* m_curShow;
- TemplateEditor* currentTemplateEditor();
- TemplateEditor* m_curTempEd;
- QMenuBar* m_bar;
- QToolBar* m_tool;
QAction* m_editAction,
@@ -145,6 +133,2 @@ private slots:
Opie::Ui::OWidgetStack *m_stack;
- QPopupMenu* m_catMenu,
- *m_edit,
- *m_options,
- *m_template;
@@ -163,2 +147,12 @@ private slots:
private slots:
+ void initStuff();
+
+ void slotItemNew();
+ void slotItemEdit();
+ void slotItemDuplicate();
+ void slotItemDelete();
+ void slotItemBeam();
+ void slotItemFind();
+ void slotConfigure();
+
void slotShow(int);
@@ -168,7 +162,3 @@ private slots:
void slotComplete( const OPimTodo& ev );
- void slotNewFromTemplate(int id );
- void slotNew();
- void slotDuplicate();
- void slotDelete();
void slotDelete(int uid );
@@ -177,6 +167,4 @@ private slots:
- void slotEdit();
- void slotFind();
- void setCategory( int );
+ void setCategory( const QString &category );
@@ -189,3 +177,2 @@ private slots:
- void slotBeam();
void beamDone( Ir* );