From 117b166ca68c8bf56dfdaae735ccfa33b7f30a16 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:53 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- doc/html/ntqwhatsthis.html | 2 +- doc/html/qaction-application-example.html | 2 +- doc/html/simple-application-example.html | 2 +- doc/html/simple-application.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html') diff --git a/doc/html/ntqwhatsthis.html b/doc/html/ntqwhatsthis.html index f60fbbae1..338c58738 100644 --- a/doc/html/ntqwhatsthis.html +++ b/doc/html/ntqwhatsthis.html @@ -89,7 +89,7 @@ stylesheet. This makes it possible to embed images. See "Click this button to open a <em>new file</em>. <br>" "You can also select the <b>Open</b> command " "from the <b>File</b> menu.</p>"; - TQMimeSourceFactory::defaultFactory()->setPixmap( "fileopen", + TQMimeSourceFactory::defaultFactory()->setPixmap( "document-open", fileOpenAction->iconSet().pixmap() ); fileOpenAction->setWhatsThis( fileOpenText ); diff --git a/doc/html/qaction-application-example.html b/doc/html/qaction-application-example.html index 5431f196b..fd0306274 100644 --- a/doc/html/qaction-application-example.html +++ b/doc/html/qaction-application-example.html @@ -152,7 +152,7 @@ private: "Click this button to open a <em>new file</em>. <br>" "You can also select the <b>Open</b> command " "from the <b>File</b> menu.</p>"; - TQMimeSourceFactory::defaultFactory()->setPixmap( "fileopen", + TQMimeSourceFactory::defaultFactory()->setPixmap( "document-open", fileOpenAction->iconSet().pixmap() ); fileOpenAction->setWhatsThis( fileOpenText ); diff --git a/doc/html/simple-application-example.html b/doc/html/simple-application-example.html index 3676b6c75..f7cac665a 100644 --- a/doc/html/simple-application-example.html +++ b/doc/html/simple-application-example.html @@ -161,7 +161,7 @@ private: TQWhatsThis::add( fileOpen, fileOpenText ); - TQMimeSourceFactory::defaultFactory()->setPixmap( "fileopen", openIcon ); + TQMimeSourceFactory::defaultFactory()->setPixmap( "document-open", openIcon ); const char * fileSaveText = "<p>Click this button to save the file you " "are editing. You will be prompted for a file name.\n" diff --git a/doc/html/simple-application.html b/doc/html/simple-application.html index 429e7736b..a6884cb74 100644 --- a/doc/html/simple-application.html +++ b/doc/html/simple-application.html @@ -232,10 +232,10 @@ function, as its mouse interface is unusual.

With the above line we add the "What's This?" help-text to the fileOpen button... -

        TQMimeSourceFactory::defaultFactory()->setPixmap( "fileopen", openIcon );
+

        TQMimeSourceFactory::defaultFactory()->setPixmap( "document-open", openIcon );
 

... and tell the rich-text engine that when a help-text (like the one -saved in fileOpenText) requests an image named "fileopen", the openIcon pixmap is used. +saved in fileOpenText) requests an image named "document-open", the openIcon pixmap is used.

        const char * fileSaveText = "<p>Click this button to save the file you "
                      "are editing. You will be prompted for a file name.\n"
                      "You can also select the <b>Save</b> command "
-- 
cgit v1.2.1