]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/tabcontainer.h
Removed the "Now" tab.
[toast/confclerk.git] / src / gui / tabcontainer.h
index dfbf653a7d25f3a2bef955b3ac79c70c40628382..fa85b7322831e56272abe924e56aade7bf3d4d1b 100644 (file)
@@ -41,12 +41,11 @@ protected:
     virtual void loadEvents( const QDate &aDate, const int aConferenceId ) = 0;
 
 signals:
-    void eventHasChanged(int aEventId, bool aReloadModel);
+    void eventChanged(int aEventId, bool aReloadModel);
 
 public slots:
-    virtual void updateTreeViewModel(int aEventId, bool aReloadModel = false);
-    void setCurDate(const QDate& curDate);
-    void setDates(const QDate &aStart, const QDate &aEnd);
+    virtual void redisplayEvent(int aEventId, bool aReloadModel = false);
+    void redisplayDate(const QDate& curDate);
 
 protected slots:
     virtual void updateTreeView(const QDate &aDate);