summaryrefslogtreecommitdiff
path: root/core/launcher/launcherglobal.h
Side-by-side diff
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 );
+ };
+}