summaryrefslogtreecommitdiff
path: root/core/launcher/launcher.h
Side-by-side diff
Diffstat (limited to 'core/launcher/launcher.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/launcher.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/core/launcher/launcher.h b/core/launcher/launcher.h
index d2efa58..e3881ea 100644
--- a/core/launcher/launcher.h
+++ b/core/launcher/launcher.h
@@ -1,5 +1,5 @@
/**********************************************************************
-** Copyright (C) 2000 Trolltech AS. All rights reserved.
+** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
**
-** This file is part of Qtopia Environment.
+** This file is part of the Qtopia Environment.
**
@@ -22,2 +22,3 @@
+#include <qpe/config.h>
#include <qmainwindow.h>
@@ -62,2 +63,4 @@ public:
void setBusy(bool on);
+ QString getAllDocLinkInfo() const;
+ LauncherView *view( const QString &id );
@@ -72,3 +75,7 @@ public slots:
+protected slots:
+ void tabProperties();
+
protected:
+ void setTabAppearance( const QString &id, Config &cfg );
void paletteChange( const QPalette &p );
@@ -113,2 +120,3 @@ private slots:
void systemMessage( const QCString &, const QByteArray &);
+ void launcherMessage( const QCString &, const QByteArray &);
void storageChanged();
@@ -134,2 +142,3 @@ private:
QString lnk_change;
+
QString m_timeStamp;