summaryrefslogtreecommitdiffstats
path: root/examples/dclock
diff options
context:
space:
mode:
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 )