From 2fb39071c9880b462acd6fa7314d99a032a9df47 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 31 Aug 2003 20:14:53 +0000 Subject: thanks mickeyl --- (limited to 'core/launcher/launcherglobal.h') 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 +#undef private + +namespace Opie { + struct Global : public ::Global{ + static bool isAppLnkFileName( const QString& str ); + static QString tempDir(); + static Command* builtinCommands(); + static QGuardedPtr* builtinRunning(); + static QString uuid(); + static QByteArray encodeBase64(const QByteArray& data ); + }; +} -- cgit v0.9.0.2