]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/trackstabcontainer.h
refactoring of the TABS
[toast/confclerk.git] / src / gui / trackstabcontainer.h
diff --git a/src/gui/trackstabcontainer.h b/src/gui/trackstabcontainer.h
new file mode 100644 (file)
index 0000000..46cfd9f
--- /dev/null
@@ -0,0 +1,25 @@
+/*
+ * trackstabcontainer.h
+ *
+ *  Created on: Jan 27, 2010
+ *      Author: maemo
+ */
+
+#ifndef TRACKSTABCONTAINER_H_
+#define TRACKSTABCONTAINER_H_
+
+#include "tabcontainer.h"
+
+class TracksTabContainer: public TabContainer
+{
+    Q_OBJECT
+public:
+    TracksTabContainer( QWidget *aParent );
+    virtual ~TracksTabContainer() {}
+
+protected:
+    virtual void loadEvents( const QDate &aDate, const int aConferenceId );
+
+};
+
+#endif /* TRACKSTABCONTAINER_H_ */