From 397b7afa8e3f32268c4454bf4783ac2a5a799658 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Oct 2024 13:05:33 +0900 Subject: Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/fileiconview-example.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/fileiconview-example.html') diff --git a/doc/html/fileiconview-example.html b/doc/html/fileiconview-example.html index 5f23a19bb..3333452bb 100644 --- a/doc/html/fileiconview-example.html +++ b/doc/html/fileiconview-example.html @@ -235,7 +235,7 @@ protected: #include <tqevent.h> #include <tqpopupmenu.h> #include <tqcursor.h> -#include <ntqapplication.h> +#include <tqapplication.h> #include <tqwmatrix.h> #include <stdlib.h> @@ -688,7 +688,7 @@ TQtFileIconViewItem::~TQtFileIconViewItem() : TQIconView( parent, name ), viewDir( dir ), newFolderNum( 0 ) { if ( !iconFolderLockedLarge ) { - tqAddPostRoutine( cleanup ); + tqAddPostRoutine( cleanup ); TQWMatrix m; m.scale( 0.6, 0.6 ); TQPixmap iconpix( folder_locked_icon ); @@ -771,7 +771,7 @@ void TQtFileIconView::newDirectory() item->setSelected( TRUE, TRUE ); setCurrentItem( item ); repaintItem( item ); - tqApp->processEvents(); + tqApp->processEvents(); item->rename(); } setAutoArrange( TRUE ); @@ -1365,19 +1365,19 @@ void FileMainWindow::disableMkdir() #include "mainwindow.h" #include "tqfileiconview.h" -#include <ntqapplication.h> +#include <tqapplication.h> int main( int argc, char **argv ) { - TQApplication a( argc, argv ); + TQApplication a( argc, argv ); FileMainWindow mw; mw.resize( 680, 480 ); - a.setMainWidget( &mw ); + a.setMainWidget( &mw ); mw.fileView()->setDirectory( "/" ); mw.show(); - return a.exec(); + return a.exec(); } -- cgit v1.2.1