summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqapplication.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqapplication.3qt')
-rw-r--r--doc/man/man3/tqapplication.3qt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqapplication.3qt b/doc/man/man3/tqapplication.3qt
index cb3c67505..dfa7de94f 100644
--- a/doc/man/man3/tqapplication.3qt
+++ b/doc/man/man3/tqapplication.3qt
@@ -217,10 +217,10 @@ Inherits TQObject.
.BI "void \fBsetGlobalMouseTracking\fR ( bool enable )"
.br
.ti -1c
-.BI "QPalette \fBpalette\fR ( const TQWidget * w = 0 )"
+.BI "TQPalette \fBpalette\fR ( const TQWidget * w = 0 )"
.br
.ti -1c
-.BI "void \fBsetPalette\fR ( const QPalette & palette, bool informWidgets = FALSE, const char * className = 0 )"
+.BI "void \fBsetPalette\fR ( const TQPalette & palette, bool informWidgets = FALSE, const char * className = 0 )"
.br
.ti -1c
.BI "TQFont \fBfont\fR ( const TQWidget * w = 0 )"
@@ -253,7 +253,7 @@ Inherits TQObject.
.BI "TQWidget * \fBwidgetAt\fR ( int x, int y, bool child = FALSE )"
.br
.ti -1c
-.BI "TQWidget * \fBwidgetAt\fR ( const QPoint & pos, bool child = FALSE )"
+.BI "TQWidget * \fBwidgetAt\fR ( const TQPoint & pos, bool child = FALSE )"
.br
.ti -1c
.BI "QEventLoop * \fBeventLoop\fR ()"
@@ -1054,7 +1054,7 @@ Returns the active application override cursor.
This function returns 0 if no application cursor has been defined (i.e. the internal cursor stack is empty).
.PP
See also setOverrideCursor() and restoreOverrideCursor().
-.SH "QPalette QApplication::palette ( const TQWidget * w = 0 )\fC [static]\fR"
+.SH "TQPalette QApplication::palette ( const TQWidget * w = 0 )\fC [static]\fR"
Returns the application palette.
.PP
If a widget is passed in \fIw\fR, the default palette for the widget's class is returned. This may or may not be the application palette. In most cases there isn't a special palette for certain types of widgets, but one notable exception is the popup menu under Windows, if the user has defined a special background color for menus in the display settings.
@@ -1399,7 +1399,7 @@ See also overrideCursor(), restoreOverrideCursor(), and TQWidget::cursor.
.PP
Examples:
.)l distributor/distributor.ui.h, network/archivesearch/archivedialog.ui.h, network/ftpclient/ftpmainwindow.ui.h, and showimg/showimg.cpp.
-.SH "void QApplication::setPalette ( const QPalette & palette, bool informWidgets = FALSE, const char * className = 0 )\fC [static]\fR"
+.SH "void QApplication::setPalette ( const TQPalette & palette, bool informWidgets = FALSE, const char * className = 0 )\fC [static]\fR"
Changes the default application palette to \fIpalette\fR. If \fIinformWidgets\fR is TRUE, then existing widgets are informed about the change and may adjust themselves to the new application setting. If \fIinformWidgets\fR is FALSE, the change only affects newly created widgets.
.PP
If \fIclassName\fR is passed, the change applies only to widgets that inherit \fIclassName\fR (as reported by TQObject::inherits()). If \fIclassName\fR is left 0, the change affects all widgets, thus overriding any previously set class specific palettes.
@@ -1483,7 +1483,7 @@ Qt uses this value internally, e.g. in TQFileDialog.
.PP
The default value is 4 pixels.
.PP
-See also setStartDragDistance(), startDragTime(), and QPoint::manhattanLength().
+See also setStartDragDistance(), startDragTime(), and TQPoint::manhattanLength().
.SH "int QApplication::startDragTime ()\fC [static]\fR"
If you support drag and drop in you application and a drag should start after a mouse click and after a certain time elapsed, you should use the value which this method returns as the delay (in ms).
.PP
@@ -1588,7 +1588,7 @@ If \fIchild\fR is FALSE and there is a child widget at position \fI(x, y)\fR, th
This function is normally rather slow.
.PP
See also QCursor::pos(), TQWidget::grabMouse(), and TQWidget::grabKeyboard().
-.SH "TQWidget * QApplication::widgetAt ( const QPoint & pos, bool child = FALSE )\fC [static]\fR"
+.SH "TQWidget * QApplication::widgetAt ( const TQPoint & pos, bool child = FALSE )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns a pointer to the widget at global screen position \fIpos\fR, or 0 if there is no TQt widget there.