diff options
Diffstat (limited to 'examples/tetrix/qdragapp.cpp')
-rw-r--r-- | examples/tetrix/qdragapp.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/examples/tetrix/qdragapp.cpp b/examples/tetrix/qdragapp.cpp index 409d418b3..d9903e797 100644 --- a/examples/tetrix/qdragapp.cpp +++ b/examples/tetrix/qdragapp.cpp @@ -8,15 +8,15 @@ *****************************************************************************/ #include "qdragapp.h" -#include "qptrlist.h" -#include "qintdict.h" -#include "qpopupmenu.h" -#include "qguardedptr.h" -#include "qcolor.h" -#include "qwidget.h" -#include "qfontmetrics.h" -#include "qcursor.h" -#include "qobjectlist.h" +#include "ntqptrlist.h" +#include "ntqintdict.h" +#include "ntqpopupmenu.h" +#include "ntqguardedptr.h" +#include "ntqcolor.h" +#include "ntqwidget.h" +#include "ntqfontmetrics.h" +#include "ntqcursor.h" +#include "ntqobjectlist.h" TQWidget *cursorWidget( TQPoint * = 0 ); |