summaryrefslogtreecommitdiffstats
path: root/qtinterface/interface_tqt3/tqapplication.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-15 17:18:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-15 17:18:35 +0900
commita5f3aa24b61eee302a0f33e05a1d728198e79358 (patch)
tree992667a9160d52101245ad6ec383fcb6d2a914a5 /qtinterface/interface_tqt3/tqapplication.cpp
parent8057a2fd808f2d8853c5a9ccbb60f89e762134f1 (diff)
downloadtqtinterface-a5f3aa24b61eee302a0f33e05a1d728198e79358.tar.gz
tqtinterface-a5f3aa24b61eee302a0f33e05a1d728198e79358.zip
Remove tqapplication, tqconfig and tqmodules header files.
A new dummy empty header file has been added temporarily to create a "-dev" "package to keep TDE modules building. The next step will drop tqtinterface completely and the dummy file will no longer exists. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/interface_tqt3/tqapplication.cpp')
-rw-r--r--qtinterface/interface_tqt3/tqapplication.cpp23
1 files changed, 1 insertions, 22 deletions
diff --git a/qtinterface/interface_tqt3/tqapplication.cpp b/qtinterface/interface_tqt3/tqapplication.cpp
index c313897..251f1b2 100644
--- a/qtinterface/interface_tqt3/tqapplication.cpp
+++ b/qtinterface/interface_tqt3/tqapplication.cpp
@@ -19,25 +19,4 @@ Boston, MA 02110-1301, USA.
*/
-#include <tqt.h>
-#include <ntqapplication.h>
-#include <X11/X.h>
-
-extern Time tqt_x_time;
-extern Time tqt_x_user_time;
-
-void set_tqt_x_time(unsigned long x) {
- tqt_x_time = x;
-}
-
-unsigned long get_tqt_x_time(void) {
- return tqt_x_time;
-}
-
-void set_tqt_x_user_time(unsigned long x) {
- tqt_x_user_time = x;
-}
-
-unsigned long get_tqt_x_user_time(void) {
- return tqt_x_user_time;
-}
+#include <tqapplication.h>