summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-31 20:01:02 +0900
committerMichele Calgaro <[email protected]>2024-08-31 20:01:02 +0900
commit7d782d58c6f40243bf7d05f5d94d4807f091ecda (patch)
treefd98fca81f704226d907cd53bc015b982d913086
parentf21636e07f36185d498f6a5ea7e3753907888dfc (diff)
downloadtqtinterface-7d782d58c6f40243bf7d05f5d94d4807f091ecda.tar.gz
tqtinterface-7d782d58c6f40243bf7d05f5d94d4807f091ecda.zip
Remove remaining tq[i-l]* header files
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--qtinterface/CMakeLists.txt11
-rw-r--r--qtinterface/interface_tqt3/tqinputcontext.h28
-rw-r--r--qtinterface/interface_tqt3/tqinputcontextfactory.h28
-rw-r--r--qtinterface/interface_tqt3/tqinputcontextplugin.h28
-rw-r--r--qtinterface/interface_tqt3/tqinputdialog.h28
-rw-r--r--qtinterface/interface_tqt3/tqjpegio.h28
-rw-r--r--qtinterface/interface_tqt3/tqjpunicode.h28
-rw-r--r--qtinterface/interface_tqt3/tqkeycode.h28
-rw-r--r--qtinterface/interface_tqt3/tqkeysequence.h28
-rw-r--r--qtinterface/interface_tqt3/tqlibrary.h28
10 files changed, 2 insertions, 261 deletions
diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt
index 9ab1e4a..d0eaf8d 100644
--- a/qtinterface/CMakeLists.txt
+++ b/qtinterface/CMakeLists.txt
@@ -27,15 +27,10 @@ link_directories(
${TQT_LIBRARY_DIR}
)
-if ( INPUTMETHOD_ENABLED )
- set( INPUTMETHOD_HEADERS ${IFACE}/tqinputcontext.h ${IFACE}/tqinputcontextfactory.h ${IFACE}/tqinputcontextplugin.h )
-endif()
-
##### headers ###################################
install( FILES
${IFACE}/tqapplication.h
- ${IFACE}/tqinputdialog.h
${IFACE}/tqmessagebox.h
${IFACE}/tqnp.h
${IFACE}/tqprintdialog.h
@@ -43,10 +38,9 @@ install( FILES
${IFACE}/tqsound.h ${IFACE}/tqsplashscreen.h
${IFACE}/tqsplitter.h
${IFACE}/tqconfig.h
- ${IFACE}/tqjpegio.h ${IFACE}/tqkeycode.h ${IFACE}/tqmngio.h ${IFACE}/tqmodules.h
+ ${IFACE}/tqmngio.h ${IFACE}/tqmodules.h
${IFACE}/tqwindowdefs.h ${IFACE}/tqwinexport.h
- ${IFACE}/tqjpunicode.h ${IFACE}/tqkeysequence.h
- ${IFACE}/tqlibrary.h ${IFACE}/tqmetaobject.h
+ ${IFACE}/tqmetaobject.h
${IFACE}/tqnamespace.h
${IFACE}/tqpolygonscanner.h
${IFACE}/tqshared.h
@@ -57,7 +51,6 @@ install( FILES
${IFACE}/private/tqinternal_p.h ${IFACE}/private/tqeffects_p.h
${IFACE}/private/tqrichtext_p.h ${IFACE}/private/tqpluginmanager_p.h ${IFACE}/private/tqcom_p.h
${IFACE}/private/tqucom_p.h
- ${INPUTMETHOD_HEADERS}
DESTINATION ${INCLUDE_INSTALL_DIR} )
##### tqt tools #################################
diff --git a/qtinterface/interface_tqt3/tqinputcontext.h b/qtinterface/interface_tqt3/tqinputcontext.h
deleted file mode 100644
index 7cb3e91..0000000
--- a/qtinterface/interface_tqt3/tqinputcontext.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <[email protected]>
-
-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_TQINPUTCONTEXT_H
-#define TQT_TQINPUTCONTEXT_H
-
-#include <tqt.h>
-#include <ntqinputcontext.h>
-
-#endif /* TQT_TQINPUTCONTEXT_H */
diff --git a/qtinterface/interface_tqt3/tqinputcontextfactory.h b/qtinterface/interface_tqt3/tqinputcontextfactory.h
deleted file mode 100644
index e744c9b..0000000
--- a/qtinterface/interface_tqt3/tqinputcontextfactory.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <[email protected]>
-
-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_TQINPUTCONTEXTFACTORY_H
-#define TQT_TQINPUTCONTEXTFACTORY_H
-
-#include <tqt.h>
-#include <ntqinputcontextfactory.h>
-
-#endif /* TQT_TQINPUTCONTEXTFACTORY_H */
diff --git a/qtinterface/interface_tqt3/tqinputcontextplugin.h b/qtinterface/interface_tqt3/tqinputcontextplugin.h
deleted file mode 100644
index 1188fdd..0000000
--- a/qtinterface/interface_tqt3/tqinputcontextplugin.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <[email protected]>
-
-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_TQINPUTCONTEXTPLUGIN_H
-#define TQT_TQINPUTCONTEXTPLUGIN_H
-
-#include <tqt.h>
-#include <ntqinputcontextplugin.h>
-
-#endif /* TQT_TQINPUTCONTEXTPLUGIN_H */
diff --git a/qtinterface/interface_tqt3/tqinputdialog.h b/qtinterface/interface_tqt3/tqinputdialog.h
deleted file mode 100644
index f98cf3e..0000000
--- a/qtinterface/interface_tqt3/tqinputdialog.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <[email protected]>
-
-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_TQINPUTDIALOG_H
-#define TQT_TQINPUTDIALOG_H
-
-#include <tqt.h>
-#include <ntqinputdialog.h>
-
-#endif /* TQT_TQINPUTDIALOG_H */
diff --git a/qtinterface/interface_tqt3/tqjpegio.h b/qtinterface/interface_tqt3/tqjpegio.h
deleted file mode 100644
index 3d91cf6..0000000
--- a/qtinterface/interface_tqt3/tqjpegio.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <[email protected]>
-
-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_TQJPEGIO_H
-#define TQT_TQJPEGIO_H
-
-#include <tqt.h>
-#include <ntqjpegio.h>
-
-#endif /* TQT_TQJPEGIO_H */
diff --git a/qtinterface/interface_tqt3/tqjpunicode.h b/qtinterface/interface_tqt3/tqjpunicode.h
deleted file mode 100644
index fdf0a63..0000000
--- a/qtinterface/interface_tqt3/tqjpunicode.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <[email protected]>
-
-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_TQJPUNICODE_H
-#define TQT_TQJPUNICODE_H
-
-#include <tqt.h>
-#include <ntqjpunicode.h>
-
-#endif /* TQT_TQJPUNICODE_H */
diff --git a/qtinterface/interface_tqt3/tqkeycode.h b/qtinterface/interface_tqt3/tqkeycode.h
deleted file mode 100644
index 3786f6d..0000000
--- a/qtinterface/interface_tqt3/tqkeycode.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <[email protected]>
-
-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_TQKEYCODE_H
-#define TQT_TQKEYCODE_H
-
-#include <tqt.h>
-#include <ntqkeycode.h>
-
-#endif /* TQT_TQKEYCODE_H */
diff --git a/qtinterface/interface_tqt3/tqkeysequence.h b/qtinterface/interface_tqt3/tqkeysequence.h
deleted file mode 100644
index e4799cb..0000000
--- a/qtinterface/interface_tqt3/tqkeysequence.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <[email protected]>
-
-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_TQKEYSEQUENCE_H
-#define TQT_TQKEYSEQUENCE_H
-
-#include <tqt.h>
-#include <ntqkeysequence.h>
-
-#endif /* TQT_TQKEYSEQUENCE_H */
diff --git a/qtinterface/interface_tqt3/tqlibrary.h b/qtinterface/interface_tqt3/tqlibrary.h
deleted file mode 100644
index c28bed0..0000000
--- a/qtinterface/interface_tqt3/tqlibrary.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-
-Copyright (C) 2010 Timothy Pearson <[email protected]>
-
-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_TQLIBRARY_H
-#define TQT_TQLIBRARY_H
-
-#include <tqt.h>
-#include <ntqlibrary.h>
-
-#endif /* TQT_TQLIBRARY_H */