summaryrefslogtreecommitdiff
path: root/core/pim/today/todaybase.h
Side-by-side diff
Diffstat (limited to 'core/pim/today/todaybase.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/todaybase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pim/today/todaybase.h b/core/pim/today/todaybase.h
index 7c50f32..340c7a6 100644
--- a/core/pim/today/todaybase.h
+++ b/core/pim/today/todaybase.h
@@ -12,42 +12,42 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef TODAYBASE_H
#define TODAYBASE_H
#include <qlayout.h>
#include <opie/oclickablelabel.h>
class QVBox;
class QGridLayout;
class QFrame;
class QLabel;
class QPushButton;
class QBoxLayout;
class TodayBase : public QWidget
{
Q_OBJECT
public:
- TodayBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ TodayBase( QWidget* parent = 0, const char* name = 0, WFlags = 0 );
~TodayBase();
QFrame* Frame4;
QPushButton* DatesButton;
QVBoxLayout* layout;
OClickableLabel* OwnerField;
QLabel* Frame;
QLabel* DateLabel;
QFrame* Frame15;
OClickableLabel* ConfigButton;
protected:
};
#endif