diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /examples/dirview | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/dirview')
-rw-r--r-- | examples/dirview/dirview.cpp | 26 | ||||
-rw-r--r-- | examples/dirview/dirview.h | 10 | ||||
-rw-r--r-- | examples/dirview/main.cpp | 6 |
3 files changed, 21 insertions, 21 deletions
diff --git a/examples/dirview/dirview.cpp b/examples/dirview/dirview.cpp index ce5e96b9c..9c04a4b64 100644 --- a/examples/dirview/dirview.cpp +++ b/examples/dirview/dirview.cpp @@ -9,19 +9,19 @@ #include "dirview.h" -#include <qdir.h> -#include <qfile.h> -#include <qfileinfo.h> -#include <qpixmap.h> -#include <qevent.h> -#include <qpoint.h> -#include <qmessagebox.h> -#include <qdragobject.h> -#include <qmime.h> -#include <qstrlist.h> -#include <qstringlist.h> -#include <qapplication.h> -#include <qheader.h> +#include <ntqdir.h> +#include <ntqfile.h> +#include <ntqfileinfo.h> +#include <ntqpixmap.h> +#include <ntqevent.h> +#include <ntqpoint.h> +#include <ntqmessagebox.h> +#include <ntqdragobject.h> +#include <ntqmime.h> +#include <ntqstrlist.h> +#include <ntqstringlist.h> +#include <ntqapplication.h> +#include <ntqheader.h> static const char* folder_closed_xpm[]={ "16 16 9 1", diff --git a/examples/dirview/dirview.h b/examples/dirview/dirview.h index b4e49b5a2..988534509 100644 --- a/examples/dirview/dirview.h +++ b/examples/dirview/dirview.h @@ -10,11 +10,11 @@ #ifndef DIRVIEW_H #define DIRVIEW_H -#include <qlistview.h> -#include <qstring.h> -#include <qfile.h> -#include <qfileinfo.h> -#include <qtimer.h> +#include <ntqlistview.h> +#include <ntqstring.h> +#include <ntqfile.h> +#include <ntqfileinfo.h> +#include <ntqtimer.h> class TQWidget; class TQDragEnterEvent; diff --git a/examples/dirview/main.cpp b/examples/dirview/main.cpp index 00f712729..d6cf1a584 100644 --- a/examples/dirview/main.cpp +++ b/examples/dirview/main.cpp @@ -7,9 +7,9 @@ ** *****************************************************************************/ -#include <qapplication.h> -#include <qfileinfo.h> -#include <qdir.h> +#include <ntqapplication.h> +#include <ntqfileinfo.h> +#include <ntqdir.h> #include "dirview.h" int main( int argc, char ** argv ) |