summaryrefslogtreecommitdiffstats
path: root/src/kernel/ntqapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/ntqapplication.h')
-rw-r--r--src/kernel/ntqapplication.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/kernel/ntqapplication.h b/src/kernel/ntqapplication.h
index a475fb991..9f4c7938f 100644
--- a/src/kernel/ntqapplication.h
+++ b/src/kernel/ntqapplication.h
@@ -57,9 +57,6 @@ class TQEventLoop;
#if defined(TQ_WS_X11)
class TQIMEvent;
#endif
-#if defined(TQ_WS_QWS)
-class TQWSDecoration;
-#endif
#ifdef TQT_THREAD_SUPPORT
class TQMutex;
@@ -247,20 +244,6 @@ public:
virtual int x11ClientMessage( TQWidget*, XEvent*, bool passive_only);
int x11ProcessEvent( XEvent* );
#endif
-#if defined(TQ_WS_QWS)
- virtual bool qwsEventFilter( TQWSEvent * );
- int qwsProcessEvent( TQWSEvent* );
- void qwsSetCustomColors( TQRgb *colortable, int start, int numColors );
-/*!
- \internal
- Returns true if the process is GUI server
-*/
- bool qwsIsGUIServer();
-#ifndef TQT_NO_QWS_MANAGER
- static TQWSDecoration &qwsDecoration();
- static void qwsSetDecoration( TQWSDecoration *);
-#endif
-#endif
#if defined(Q_OS_WIN32) || defined(Q_OS_CYGWIN)
static WindowsVersion winVersion();
@@ -314,11 +297,6 @@ public slots:
void closeAllWindows();
void aboutTQt();
-#if defined(TQ_WS_QWS)
-protected:
- void setArgs(int, char **);
-#endif
-
protected:
bool event(TQEvent *);
@@ -328,10 +306,6 @@ private:
void init_precmdline();
void process_cmdline( int* argcptr, char ** argv );
bool internalNotify( TQObject *, TQEvent * );
-#if defined(TQ_WS_QWS)
- static TQWidget *findChildWidget( const TQWidget *p, const TQPoint &pos );
- static TQWidget *findWidget( const TQObjectList&, const TQPoint &, bool rec );
-#endif
#if defined(TQ_WS_MAC)
bool do_mouse_down(Point *, bool *);
@@ -445,9 +419,6 @@ private:
#if defined(TQ_WS_WIN)
friend bool qt_sendSpontaneousEvent( TQObject*, TQEvent* );
#endif
-#if defined(TQ_WS_QWS)
- friend class TQInputContext;
-#endif
private: // Disabled copy constructor and operator=
#if defined(TQ_DISABLE_COPY)
TQApplication( const TQApplication & );
@@ -475,14 +446,6 @@ inline char **TQApplication::argv() const
return app_argv;
}
-#if defined(TQ_WS_QWS)
-inline void TQApplication::setArgs(int c, char **v)
-{
- app_argc = c;
- app_argv = v;
-}
-#endif
-
#ifndef TQT_NO_CURSOR
inline TQCursor *TQApplication::overrideCursor()
{