summaryrefslogtreecommitdiff
path: root/core/pim/today/today.h
Unidiff
Diffstat (limited to 'core/pim/today/today.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/today.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pim/today/today.h b/core/pim/today/today.h
index c947ae1..dfc819d 100644
--- a/core/pim/today/today.h
+++ b/core/pim/today/today.h
@@ -31,25 +31,24 @@
31 31
32 32
33class QVBoxLayout; 33class QVBoxLayout;
34 34
35namespace Opie { 35namespace Opie {
36 namespace Core { 36 namespace Core {
37 class OPluginManager; 37 class OPluginManager;
38 class OPluginLoader; 38 class OPluginLoader;
39 } 39 }
40} 40}
41 41
42class Today : public TodayBase { 42class Today : public TodayBase {
43
44 Q_OBJECT 43 Q_OBJECT
45 44
46public: 45public:
47 Today( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 46 Today( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
48 ~Today(); 47 ~Today();
49 static QString appName() { 48 static QString appName() {
50 return QString::fromLatin1("today"); 49 return QString::fromLatin1("today");
51 } 50 }
52 51
53private slots: 52private slots:
54 void startConfig(); 53 void startConfig();
55 void startApplication(); 54 void startApplication();