diff options
Diffstat (limited to 'doc/html/showimg-example.html')
-rw-r--r-- | doc/html/showimg-example.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/showimg-example.html b/doc/html/showimg-example.html index 394a3edf8..b0d29e2e9 100644 --- a/doc/html/showimg-example.html +++ b/doc/html/showimg-example.html @@ -148,13 +148,13 @@ private slots: #include "showimg.h" #include "imagetexteditor.h" #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> -#include <<a href="qfiledialog-h.html">ntqfiledialog.h</a>> +#include <<a href="tqfiledialog-h.html">tqfiledialog.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="qlabel-h.html">ntqlabel.h</a>> #include <<a href="qpainter-h.html">ntqpainter.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qclipboard-h.html">ntqclipboard.h</a>> +#include <<a href="tqclipboard-h.html">tqclipboard.h</a>> /* @@ -426,7 +426,7 @@ void <a name="f408"></a>ImageViewer::updateStatus() void <a name="f409"></a>ImageViewer::saveImage( int item ) { <a name="x1332"></a> const char* fmt = saveimage-><a href="tqmenudata.html#text">text</a>(item); -<a name="x1319"></a> <a href="tqstring.html">TQString</a> savefilename = TQFileDialog::<a href="ntqfiledialog.html#getSaveFileName">getSaveFileName</a>(TQString::null, <a href="tqstring.html#TQString-null">TQString::null</a>, +<a name="x1319"></a> <a href="tqstring.html">TQString</a> savefilename = TQFileDialog::<a href="tqfiledialog.html#getSaveFileName">getSaveFileName</a>(TQString::null, <a href="tqstring.html#TQString-null">TQString::null</a>, this, filename); if ( !savefilename.<a href="tqstring.html#isEmpty">isEmpty</a>() ) if ( !image.save( savefilename, fmt ) ) @@ -439,7 +439,7 @@ void <a name="f409"></a>ImageViewer::saveImage( int item ) void <a name="f410"></a>ImageViewer::savePixmap( int item ) { const char* fmt = savepixmap-><a href="tqmenudata.html#text">text</a>(item); - <a href="tqstring.html">TQString</a> savefilename = TQFileDialog::<a href="ntqfiledialog.html#getSaveFileName">getSaveFileName</a>(TQString::null, + <a href="tqstring.html">TQString</a> savefilename = TQFileDialog::<a href="tqfiledialog.html#getSaveFileName">getSaveFileName</a>(TQString::null, TQString::null, this, filename); if ( !savefilename.<a href="tqstring.html#isEmpty">isEmpty</a>() ) if ( !pmScaled.save( savefilename, fmt ) ) @@ -459,7 +459,7 @@ void <a name="f411"></a>ImageViewer::newWindow() */ void <a name="f412"></a>ImageViewer::openFile() { -<a name="x1318"></a> <a href="tqstring.html">TQString</a> newfilename = TQFileDialog::<a href="ntqfiledialog.html#getOpenFileName">getOpenFileName</a>( TQString::null, +<a name="x1318"></a> <a href="tqstring.html">TQString</a> newfilename = TQFileDialog::<a href="tqfiledialog.html#getOpenFileName">getOpenFileName</a>( TQString::null, TQString::null, this ); if ( !newfilename.<a href="tqstring.html#isEmpty">isEmpty</a>() ) { @@ -846,7 +846,7 @@ int main( int argc, char **argv ) <a href="ntqapplication.html">TQApplication</a> a( argc, argv ); ImageIconProvider iip; -<a name="x1362"></a> TQFileDialog::<a href="ntqfiledialog.html#setIconProvider">setIconProvider</a>( &iip ); +<a name="x1362"></a> TQFileDialog::<a href="tqfiledialog.html#setIconProvider">setIconProvider</a>( &iip ); if ( argc <= 1 ) { // Create a window which looks after its own existence. |