|
|
@ -23,6 +23,7 @@ Boston, MA 02110-1301, USA.
|
|
|
|
#define TQAPPLICATION_H
|
|
|
|
#define TQAPPLICATION_H
|
|
|
|
|
|
|
|
|
|
|
|
#include <tqt.h>
|
|
|
|
#include <tqt.h>
|
|
|
|
|
|
|
|
#include <tqasciidict.h>
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef USE_QT3
|
|
|
|
#ifdef USE_QT3
|
|
|
|
|
|
|
|
|
|
|
@ -50,6 +51,7 @@ class QApplication : public IQApplication {
|
|
|
|
// Essentially, the compiler needs to know that these Q functions exist so that the above I functions
|
|
|
|
// Essentially, the compiler needs to know that these Q functions exist so that the above I functions
|
|
|
|
// are not attempted to link. Instead, these empty declarations allow the linker to pull in the complete Q function
|
|
|
|
// are not attempted to link. Instead, these empty declarations allow the linker to pull in the complete Q function
|
|
|
|
// from the Qt toolkit in use. Convoluted, yes, but it should make maintinance MUCH easier as the Qt API changes.
|
|
|
|
// from the Qt toolkit in use. Convoluted, yes, but it should make maintinance MUCH easier as the Qt API changes.
|
|
|
|
|
|
|
|
public:
|
|
|
|
enum Type { Tty, GuiClient, GuiServer };
|
|
|
|
enum Type { Tty, GuiClient, GuiServer };
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef Q_WS_S60
|
|
|
|
#ifdef Q_WS_S60
|
|
|
|