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) (side-by-side diff)
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 @@
+/*
+ * original code from global1.cpp Copyright by trolltech
+ * GPLv2 only zecke@handhelds.org
+ *
+ */
+#define private protected
+#include <qtopia/global.h>
+#undef private
+
+namespace Opie {
+ struct Global : public ::Global{
+ static bool isAppLnkFileName( const QString& str );
+ static QString tempDir();
+ static Command* builtinCommands();
+ static QGuardedPtr<QWidget>* builtinRunning();
+ static QString uuid();
+ static QByteArray encodeBase64(const QByteArray& data );
+ };
+}