summaryrefslogtreecommitdiff
path: root/core/applets/aboutapplet/about.h
authorzecke <zecke>2004-10-11 19:00:29 (UTC)
committer zecke <zecke>2004-10-11 19:00:29 (UTC)
commit75fb192e17a3e55dc0c631dbd62b42796714b0dc (patch) (unidiff)
treec7551ec51368d1504e654a2fb3b2d6cbba747364 /core/applets/aboutapplet/about.h
parentd3da21c01659c68dc2cf1dfff1608649977b6e05 (diff)
downloadopie-75fb192e17a3e55dc0c631dbd62b42796714b0dc.zip
opie-75fb192e17a3e55dc0c631dbd62b42796714b0dc.tar.gz
opie-75fb192e17a3e55dc0c631dbd62b42796714b0dc.tar.bz2
-Remove AboutDialog
-Add the former AboutDialog as AboutWidget -Update .cvsignore to ingore widget.h and widget.cpp -Better way to show the Widget and create it delayed and onyl once -Remove the Opie Logo
Diffstat (limited to 'core/applets/aboutapplet/about.h') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/aboutapplet/about.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/applets/aboutapplet/about.h b/core/applets/aboutapplet/about.h
index b25e464..27d8b24 100644
--- a/core/applets/aboutapplet/about.h
+++ b/core/applets/aboutapplet/about.h
@@ -23,6 +23,7 @@
23#include <qpe/menuappletinterface.h> 23#include <qpe/menuappletinterface.h>
24#include <qobject.h> 24#include <qobject.h>
25 25
26class AboutWidget;
26class AboutApplet : public QObject, public MenuAppletInterface 27class AboutApplet : public QObject, public MenuAppletInterface
27{ 28{
28public: 29public:
@@ -43,6 +44,8 @@ public:
43 44
44 virtual void activated ( ); 45 virtual void activated ( );
45 46
47private:
48 AboutWidget *m_ad;
46}; 49};
47 50
48#endif 51#endif