summaryrefslogtreecommitdiffstats
path: root/examples/dclock
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /examples/dclock
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/dclock')
-rw-r--r--examples/dclock/dclock.cpp2
-rw-r--r--examples/dclock/dclock.h2
-rw-r--r--examples/dclock/main.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/dclock/dclock.cpp b/examples/dclock/dclock.cpp
index be7cc853..8de9352d 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 315c5422..a98a6965 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 eb0dbc83..27a9f96d 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 )