From 986afbabdd7c291f2fcbecd865e8c7075623bbf8 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 11 Feb 2003 18:42:42 +0000 Subject: Add switching the views with the ActionKey.. --- (limited to 'core/pim/todo/mainwindow.h') diff --git a/core/pim/todo/mainwindow.h b/core/pim/todo/mainwindow.h index d756d64..f880505 100644 --- a/core/pim/todo/mainwindow.h +++ b/core/pim/todo/mainwindow.h @@ -60,6 +60,7 @@ namespace Todo { class MainWindow : public OPimMainWindow { Q_OBJECT friend class TodoView; // avoid QObject here.... + friend class TodoShow; // avoid QObject public: MainWindow( QWidget *parent = 0, const char* name = 0 ); @@ -183,6 +184,7 @@ private slots: void beamDone( Ir* ); void slotShowDetails(); void slotShowDue( bool ); + void slotReturnFromView(); // for TodoShow... /* reimplementation from opimmainwindow */ protected slots: void flush(); -- cgit v0.9.0.2