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/dclock | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/dclock')
-rw-r--r-- | examples/dclock/dclock.cpp | 2 | ||||
-rw-r--r-- | examples/dclock/dclock.h | 2 | ||||
-rw-r--r-- | examples/dclock/main.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/dclock/dclock.cpp b/examples/dclock/dclock.cpp index be7cc8539..8de9352d6 100644 --- a/examples/dclock/dclock.cpp +++ b/examples/dclock/dclock.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "dclock.h" -#include <qdatetime.h> +#include <ntqdatetime.h> // diff --git a/examples/dclock/dclock.h b/examples/dclock/dclock.h index 315c54221..a98a69650 100644 --- a/examples/dclock/dclock.h +++ b/examples/dclock/dclock.h @@ -10,7 +10,7 @@ #ifndef DCLOCK_H #define DCLOCK_H -#include <qlcdnumber.h> +#include <ntqlcdnumber.h> class DigitalClock : public TQLCDNumber // digital clock widget diff --git a/examples/dclock/main.cpp b/examples/dclock/main.cpp index eb0dbc837..27a9f96dd 100644 --- a/examples/dclock/main.cpp +++ b/examples/dclock/main.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "dclock.h" -#include <qapplication.h> +#include <ntqapplication.h> int main( int argc, char **argv ) |