summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 18:38:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-31 18:38:47 +0900
commitf21636e07f36185d498f6a5ea7e3753907888dfc (patch)
tree7f2c09f1ea9a3060db25d0b751005c868d6e0f45
parent55060918aa833ce4f7b18f94a29e0604b602af79 (diff)
downloadtqtinterface-f21636e07f36185d498f6a5ea7e3753907888dfc.tar.gz
tqtinterface-f21636e07f36185d498f6a5ea7e3753907888dfc.zip
Remove remaining tq[d-h]* header files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--qtinterface/CMakeLists.txt7
-rw-r--r--qtinterface/interface_tqt3/tqdockarea.h28
-rw-r--r--qtinterface/interface_tqt3/tqdockwindow.h28
-rw-r--r--qtinterface/interface_tqt3/tqdrawutil.h28
-rw-r--r--qtinterface/interface_tqt3/tqerrormessage.h28
-rw-r--r--qtinterface/interface_tqt3/tqfeatures.h28
-rw-r--r--qtinterface/interface_tqt3/tqfocusdata.h28
-rw-r--r--qtinterface/interface_tqt3/tqgif.h28
-rw-r--r--qtinterface/interface_tqt3/tqvalidator.h28
9 files changed, 1 insertions, 230 deletions
diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt
index ad43920..9ab1e4a 100644
--- a/qtinterface/CMakeLists.txt
+++ b/qtinterface/CMakeLists.txt
@@ -35,8 +35,6 @@ endif()
install( FILES
${IFACE}/tqapplication.h
- ${IFACE}/tqdockarea.h ${IFACE}/tqdockwindow.h
- ${IFACE}/tqerrormessage.h
${IFACE}/tqinputdialog.h
${IFACE}/tqmessagebox.h
${IFACE}/tqnp.h
@@ -44,12 +42,9 @@ install( FILES
${IFACE}/tqrangecontrol.h
${IFACE}/tqsound.h ${IFACE}/tqsplashscreen.h
${IFACE}/tqsplitter.h
- ${IFACE}/tqvalidator.h
- ${IFACE}/tqconfig.h ${IFACE}/tqfeatures.h ${IFACE}/tqgif.h
+ ${IFACE}/tqconfig.h
${IFACE}/tqjpegio.h ${IFACE}/tqkeycode.h ${IFACE}/tqmngio.h ${IFACE}/tqmodules.h
${IFACE}/tqwindowdefs.h ${IFACE}/tqwinexport.h
- ${IFACE}/tqdrawutil.h
- ${IFACE}/tqfocusdata.h
${IFACE}/tqjpunicode.h ${IFACE}/tqkeysequence.h
${IFACE}/tqlibrary.h ${IFACE}/tqmetaobject.h
${IFACE}/tqnamespace.h
diff --git a/qtinterface/interface_tqt3/tqdockarea.h b/qtinterface/interface_tqt3/tqdockarea.h
deleted file mode 100644
index 8bee8d0..0000000
--- a/qtinterface/interface_tqt3/tqdockarea.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQDOCKAREA_H
-#define TQT_TQDOCKAREA_H
-
-#include <tqt.h>
-#include <ntqdockarea.h>
-
-#endif /* TQT_TQDOCKAREA_H */
diff --git a/qtinterface/interface_tqt3/tqdockwindow.h b/qtinterface/interface_tqt3/tqdockwindow.h
deleted file mode 100644
index 189e63d..0000000
--- a/qtinterface/interface_tqt3/tqdockwindow.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQDOCKWINDOW_H
-#define TQT_TQDOCKWINDOW_H
-
-#include <tqt.h>
-#include <ntqdockwindow.h>
-
-#endif /* TQT_TQDOCKWINDOW_H */
diff --git a/qtinterface/interface_tqt3/tqdrawutil.h b/qtinterface/interface_tqt3/tqdrawutil.h
deleted file mode 100644
index d45433a..0000000
--- a/qtinterface/interface_tqt3/tqdrawutil.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQDRAWUTIL_H
-#define TQT_TQDRAWUTIL_H
-
-#include <tqt.h>
-#include <ntqdrawutil.h>
-
-#endif /* TQT_TQDRAWUTIL_H */
diff --git a/qtinterface/interface_tqt3/tqerrormessage.h b/qtinterface/interface_tqt3/tqerrormessage.h
deleted file mode 100644
index f332609..0000000
--- a/qtinterface/interface_tqt3/tqerrormessage.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQERRORMESSAGE_H
-#define TQT_TQERRORMESSAGE_H
-
-#include <tqt.h>
-#include <ntqerrormessage.h>
-
-#endif /* TQT_TQERRORMESSAGE_H */
diff --git a/qtinterface/interface_tqt3/tqfeatures.h b/qtinterface/interface_tqt3/tqfeatures.h
deleted file mode 100644
index 59e2d4d..0000000
--- a/qtinterface/interface_tqt3/tqfeatures.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQFEATURES_H
-#define TQT_TQFEATURES_H
-
-#include <tqt.h>
-#include <ntqfeatures.h>
-
-#endif /* TQT_TQFEATURES_H */
diff --git a/qtinterface/interface_tqt3/tqfocusdata.h b/qtinterface/interface_tqt3/tqfocusdata.h
deleted file mode 100644
index 673da16..0000000
--- a/qtinterface/interface_tqt3/tqfocusdata.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQFOCUSDATA_H
-#define TQT_TQFOCUSDATA_H
-
-#include <tqt.h>
-#include <ntqfocusdata.h>
-
-#endif /* TQT_TQFOCUSDATA_H */
diff --git a/qtinterface/interface_tqt3/tqgif.h b/qtinterface/interface_tqt3/tqgif.h
deleted file mode 100644
index c12b609..0000000
--- a/qtinterface/interface_tqt3/tqgif.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQGIF_H
-#define TQT_TQGIF_H
-
-#include <tqt.h>
-#include <ntqgif.h>
-
-#endif /* TQT_TQGIF_H */
diff --git a/qtinterface/interface_tqt3/tqvalidator.h b/qtinterface/interface_tqt3/tqvalidator.h
deleted file mode 100644
index d8640e2..0000000
--- a/qtinterface/interface_tqt3/tqvalidator.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <kb9vqf@pearsoncomputing.net>
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public
-License as published by the Free Software Foundation; either
-version 2 of the License, or (at your option) any later version.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Library General Public License for more details.
-
-You should have received a copy of the GNU Library General Public License
-along with this library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-Boston, MA 02110-1301, USA.
-
-*/
-
-#ifndef TQT_TQVALIDATOR_H
-#define TQT_TQVALIDATOR_H
-
-#include <tqt.h>
-#include <ntqvalidator.h>
-
-#endif /* TQT_TQVALIDATOR_H */