summaryrefslogtreecommitdiff
path: root/core/launcher/launcherglobal.h
authorzecke <zecke>2003-08-31 20:14:53 (UTC)
committer zecke <zecke>2003-08-31 20:14:53 (UTC)
commit2fb39071c9880b462acd6fa7314d99a032a9df47 (patch) (unidiff)
treec21ba18503b4a1613692f2114809a00c696e9d02 /core/launcher/launcherglobal.h
parent2696413e75a401899764f244c8c24026999fdb9d (diff)
downloadopie-2fb39071c9880b462acd6fa7314d99a032a9df47.zip
opie-2fb39071c9880b462acd6fa7314d99a032a9df47.tar.gz
opie-2fb39071c9880b462acd6fa7314d99a032a9df47.tar.bz2
thanks mickeyl
Diffstat (limited to 'core/launcher/launcherglobal.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/launcherglobal.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/launcher/launcherglobal.h b/core/launcher/launcherglobal.h
new file mode 100644
index 0000000..e8829c5
--- a/dev/null
+++ b/core/launcher/launcherglobal.h
@@ -0,0 +1,19 @@
1/*
2 * original code from global1.cpp Copyright by trolltech
3 * GPLv2 only zecke@handhelds.org
4 *
5 */
6#define private protected
7#include <qtopia/global.h>
8#undef private
9
10namespace Opie {
11 struct Global : public ::Global{
12 static bool isAppLnkFileName( const QString& str );
13 static QString tempDir();
14 static Command* builtinCommands();
15 static QGuardedPtr<QWidget>* builtinRunning();
16 static QString uuid();
17 static QByteArray encodeBase64(const QByteArray& data );
18 };
19}