31 #include <tdeapplication.h>
32 #include <tdemainwindow.h>
34 #include "kandyprefs.h"
36 class CommandScheduler;
54 MobileMain(CommandScheduler *, KandyPrefs *prefs);
61 MobileGui *view() { return mView; };
64 void showTerminalWin();
65 void showPreferencesWin();
72 virtual void dropEvent(TQDropEvent *event);
93 void optionsConfigureKeys();
94 void optionsConfigureToolbars();
95 void optionsPreferences();
96 void newToolbarConfig();
98 void showStatusMessage( const TQString& text);
99 void showTransienStatusMessage( const TQString& text);
100 void changeCaption( const TQString& text);
110 #endif // MOBILEMAIN_H
|