summaryrefslogtreecommitdiffstats
path: root/doc/customstyles.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/customstyles.doc')
-rw-r--r--doc/customstyles.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/customstyles.doc b/doc/customstyles.doc
index fb6e49382..07cdac219 100644
--- a/doc/customstyles.doc
+++ b/doc/customstyles.doc
@@ -195,8 +195,8 @@ application's main() function:
int main( int argc, char ** argv )
{
- QApplication::setStyle( new CustomStyle() );
- // do the usual routine on creating your QApplication object etc.
+ TQApplication::setStyle( new CustomStyle() );
+ // do the usual routine on creating your TQApplication object etc.
}
\endcode