00001 /* 00002 * original code from global1.cpp Copyright by trolltech 00003 * GPLv2 only zecke@handhelds.org 00004 * 00005 */ 00006 #define private protected 00007 #include <qtopia/global.h> 00008 #undef private 00009 00010 namespace Opie { 00011 struct Global : public ::Global{ 00012 static bool isAppLnkFileName( const QString& str ); 00013 static QString tempDir(); 00014 static Command* builtinCommands(); 00015 static QGuardedPtr<QWidget>* builtinRunning(); 00016 static QString uuid(); 00017 static QByteArray encodeBase64(const QByteArray& data ); 00018 }; 00019 }
1.4.2