diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /examples/iconview/simple_dd | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/iconview/simple_dd')
-rw-r--r-- | examples/iconview/simple_dd/main.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/iconview/simple_dd/main.h b/examples/iconview/simple_dd/main.h index 062d47f78..a752a2d4e 100644 --- a/examples/iconview/simple_dd/main.h +++ b/examples/iconview/simple_dd/main.h @@ -7,12 +7,12 @@ ** *****************************************************************************/ -#include <qapplication.h> -#include <qcursor.h> -#include <qsplitter.h> -#include <qlistbox.h> -#include <qiconview.h> -#include <qpixmap.h> +#include <ntqapplication.h> +#include <ntqcursor.h> +#include <ntqsplitter.h> +#include <ntqlistbox.h> +#include <ntqiconview.h> +#include <ntqpixmap.h> class TQDragEnterEvent; class TQDragDropEvent; |