diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 15:07:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 15:07:52 +0900 |
commit | d8f36f1b383bc2f9d8cd7ee6a93e886493144a03 (patch) | |
tree | fb26ddfda1d3ea5d239189853e91cf54d914092a | |
parent | 854de84eb46edca460b89aa8374b4db2771cb0d1 (diff) | |
download | tqtinterface-d8f36f1b383bc2f9d8cd7ee6a93e886493144a03.tar.gz tqtinterface-d8f36f1b383bc2f9d8cd7ee6a93e886493144a03.zip |
Remove style nt* related header files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | qtinterface/CMakeLists.txt | 4 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqstyle.h | 28 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqstylefactory.h | 28 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqstyleplugin.h | 28 | ||||
-rw-r--r-- | qtinterface/interface_tqt3/tqstylesheet.h | 28 |
5 files changed, 2 insertions, 114 deletions
diff --git a/qtinterface/CMakeLists.txt b/qtinterface/CMakeLists.txt index e9664ff..5e16705 100644 --- a/qtinterface/CMakeLists.txt +++ b/qtinterface/CMakeLists.txt @@ -51,7 +51,7 @@ install( FILES ${IFACE}/tqrangecontrol.h ${IFACE}/tqscrollbar.h ${IFACE}/tqscrollview.h ${IFACE}/tqserversocket.h ${IFACE}/tqsessionmanager.h ${IFACE}/tqsgistyle.h ${IFACE}/tqsignal.h ${IFACE}/tqsignalmapper.h ${IFACE}/tqsizegrip.h ${IFACE}/tqslider.h ${IFACE}/tqsocket.h ${IFACE}/tqsocketnotifier.h ${IFACE}/tqsound.h ${IFACE}/tqspinbox.h ${IFACE}/tqsplashscreen.h - ${IFACE}/tqsplitter.h ${IFACE}/tqstatusbar.h ${IFACE}/tqstyle.h ${IFACE}/tqstyleplugin.h ${IFACE}/tqstylesheet.h ${IFACE}/tqtabbar.h + ${IFACE}/tqsplitter.h ${IFACE}/tqstatusbar.h ${IFACE}/tqtabbar.h ${IFACE}/tqtabdialog.h ${IFACE}/tqtable.h ${IFACE}/tqtabwidget.h ${IFACE}/tqtimer.h ${IFACE}/tqtoolbar.h ${IFACE}/tqtoolbox.h ${IFACE}/tqtoolbutton.h ${IFACE}/tqtooltip.h ${IFACE}/tqtranslator.h ${IFACE}/tqurloperator.h ${IFACE}/tqvalidator.h ${IFACE}/tqvbox.h @@ -77,7 +77,7 @@ install( FILES ${IFACE}/tqrect.h ${IFACE}/tqregexp.h ${IFACE}/tqregion.h ${IFACE}/tqrtlcodec.h ${IFACE}/tqsemaphore.h ${IFACE}/tqsettings.h ${IFACE}/tqshared.h ${IFACE}/tqsignalslotimp.h ${IFACE}/tqsimplerichtext.h ${IFACE}/tqsize.h ${IFACE}/tqsizepolicy.h ${IFACE}/tqsjiscodec.h ${IFACE}/tqsocketdevice.h - ${IFACE}/tqstylefactory.h ${IFACE}/tqsyntaxhighlighter.h + ${IFACE}/tqsyntaxhighlighter.h ${IFACE}/tqthread.h ${IFACE}/tqthreadstorage.h ${IFACE}/tqtl.h ${IFACE}/tqtsciicodec.h ${IFACE}/tqurl.h ${IFACE}/tqurlinfo.h ${IFACE}/tqutfcodec.h ${IFACE}/tquuid.h ${IFACE}/tqvariant.h ${IFACE}/tqvfbhdr.h ${IFACE}/tqwaitcondition.h ${IFACE}/tqwhatsthis.h diff --git a/qtinterface/interface_tqt3/tqstyle.h b/qtinterface/interface_tqt3/tqstyle.h deleted file mode 100644 index 61a9a2f..0000000 --- a/qtinterface/interface_tqt3/tqstyle.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_TQSTYLE_H -#define TQT_TQSTYLE_H - -#include <tqt.h> -#include <ntqstyle.h> - -#endif /* TQT_TQSTYLE_H */ diff --git a/qtinterface/interface_tqt3/tqstylefactory.h b/qtinterface/interface_tqt3/tqstylefactory.h deleted file mode 100644 index e4a5da7..0000000 --- a/qtinterface/interface_tqt3/tqstylefactory.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_TQSTYLEFACTORY_H -#define TQT_TQSTYLEFACTORY_H - -#include <tqt.h> -#include <ntqstylefactory.h> - -#endif /* TQT_TQSTYLEFACTORY_H */ diff --git a/qtinterface/interface_tqt3/tqstyleplugin.h b/qtinterface/interface_tqt3/tqstyleplugin.h deleted file mode 100644 index df9e78d..0000000 --- a/qtinterface/interface_tqt3/tqstyleplugin.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_TQSTYLEPLUGIN_H -#define TQT_TQSTYLEPLUGIN_H - -#include <tqt.h> -#include <ntqstyleplugin.h> - -#endif /* TQT_TQSTYLEPLUGIN_H */ diff --git a/qtinterface/interface_tqt3/tqstylesheet.h b/qtinterface/interface_tqt3/tqstylesheet.h deleted file mode 100644 index 599e551..0000000 --- a/qtinterface/interface_tqt3/tqstylesheet.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_TQSTYLESHEET_H -#define TQT_TQSTYLESHEET_H - -#include <tqt.h> -#include <ntqstylesheet.h> - -#endif /* TQT_TQSTYLESHEET_H */ |