summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dialogs/ntqtabdialog.h2
-rw-r--r--src/kernel/ntqstyle.h2
-rw-r--r--src/kernel/ntqt.h4
-rw-r--r--src/kernel/qt_kernel.pri4
-rw-r--r--src/kernel/qvariant.cpp2
-rw-r--r--src/kernel/tqiconset.cpp (renamed from src/kernel/qiconset.cpp)2
-rw-r--r--src/kernel/tqiconset.h (renamed from src/kernel/ntqiconset.h)0
-rw-r--r--src/sql/tqdatatable.h2
-rw-r--r--src/table/qtable.cpp2
-rw-r--r--src/tools/qfeatures.txt4
-rw-r--r--src/widgets/ntqaction.h2
-rw-r--r--src/widgets/ntqheader.h2
-rw-r--r--src/widgets/ntqmenudata.h2
-rw-r--r--src/widgets/ntqpushbutton.h2
-rw-r--r--src/widgets/ntqtabwidget.h2
-rw-r--r--src/widgets/ntqtoolbox.h2
-rw-r--r--src/widgets/ntqtoolbutton.h2
-rw-r--r--src/widgets/qlistview.cpp4
-rw-r--r--src/widgets/qt_widgets.pri4
-rw-r--r--src/widgets/qtabbar.cpp2
-rw-r--r--src/widgets/qtoolbutton.cpp2
-rw-r--r--src/widgets/tqiconview.cpp (renamed from src/widgets/qiconview.cpp)12
-rw-r--r--src/widgets/tqiconview.h (renamed from src/widgets/ntqiconview.h)0
-rw-r--r--src/widgets/tqwidgetinterface_p.h2
-rw-r--r--src/widgets/tqwidgetplugin.h2
-rw-r--r--src/workspace/qworkspace.cpp2
26 files changed, 34 insertions, 34 deletions
diff --git a/src/dialogs/ntqtabdialog.h b/src/dialogs/ntqtabdialog.h
index 8d6b67cc..7547b2f5 100644
--- a/src/dialogs/ntqtabdialog.h
+++ b/src/dialogs/ntqtabdialog.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "ntqdialog.h"
-#include "ntqiconset.h"
+#include "tqiconset.h"
#endif // QT_H
#ifndef TQT_NO_TABDIALOG
diff --git a/src/kernel/ntqstyle.h b/src/kernel/ntqstyle.h
index d4288aa3..6fc61b45 100644
--- a/src/kernel/ntqstyle.h
+++ b/src/kernel/ntqstyle.h
@@ -44,7 +44,7 @@
#include "tqobject.h"
#include "ntqpixmap.h"
#include "ntqcolor.h"
-#include "ntqiconset.h"
+#include "tqiconset.h"
#include "ntqtabbar.h"
#include "ntqtoolbutton.h"
#endif // QT_H
diff --git a/src/kernel/ntqt.h b/src/kernel/ntqt.h
index 3e62736f..78ce0ca5 100644
--- a/src/kernel/ntqt.h
+++ b/src/kernel/ntqt.h
@@ -68,7 +68,7 @@
#include "tqtextcodec.h"
#include "ntqpixmap.h"
#include <ntqtabbar.h>
-#include "ntqiconset.h"
+#include "tqiconset.h"
#include "ntqbutton.h"
#include <ntqtoolbutton.h>
#include "ntqstyle.h"
@@ -151,7 +151,7 @@
#include <ntqlistview.h>
#include "ntqpen.h"
#include "ntqdragobject.h"
-#include <ntqiconview.h>
+#include <tqiconview.h>
#include <ntqpixmapcache.h>
#include <ntqplatinumstyle.h>
#include <ntqpngio.h>
diff --git a/src/kernel/qt_kernel.pri b/src/kernel/qt_kernel.pri
index 5f20c711..a021a33f 100644
--- a/src/kernel/qt_kernel.pri
+++ b/src/kernel/qt_kernel.pri
@@ -31,7 +31,7 @@ kernel {
$$KERNEL_H/ntqfontmetrics.h \
$$KERNEL_H/ntqguardedptr.h \
$$KERNEL_H/ntqgif.h \
- $$KERNEL_H/ntqiconset.h \
+ $$KERNEL_H/tqiconset.h \
$$KERNEL_H/tqimage.h \
$$KERNEL_P/tqimageformatinterface_p.h \
$$KERNEL_H/tqimageformatplugin.h \
@@ -215,7 +215,7 @@ kernel {
$$KERNEL_CPP/qfont.cpp \
$$KERNEL_CPP/qfontdatabase.cpp \
$$KERNEL_CPP/qguardedptr.cpp \
- $$KERNEL_CPP/qiconset.cpp \
+ $$KERNEL_CPP/tqiconset.cpp \
$$KERNEL_CPP/tqimage.cpp \
$$KERNEL_CPP/tqimageformatplugin.cpp \
$$KERNEL_CPP/qkeysequence.cpp \
diff --git a/src/kernel/qvariant.cpp b/src/kernel/qvariant.cpp
index 3665062c..d3782f48 100644
--- a/src/kernel/qvariant.cpp
+++ b/src/kernel/qvariant.cpp
@@ -53,7 +53,7 @@
#include "ntqsize.h"
#include "ntqcolor.h"
#include "ntqpalette.h"
-#include "ntqiconset.h"
+#include "tqiconset.h"
#include "ntqdatastream.h"
#include "ntqregion.h"
#include "ntqpointarray.h"
diff --git a/src/kernel/qiconset.cpp b/src/kernel/tqiconset.cpp
index 0b17d619..6bbf4c17 100644
--- a/src/kernel/qiconset.cpp
+++ b/src/kernel/tqiconset.cpp
@@ -38,7 +38,7 @@
**
**********************************************************************/
-#include "ntqiconset.h"
+#include "tqiconset.h"
#ifndef TQT_NO_ICONSET
diff --git a/src/kernel/ntqiconset.h b/src/kernel/tqiconset.h
index 66fc7114..66fc7114 100644
--- a/src/kernel/ntqiconset.h
+++ b/src/kernel/tqiconset.h
diff --git a/src/sql/tqdatatable.h b/src/sql/tqdatatable.h
index 59fdc975..7cf5a38f 100644
--- a/src/sql/tqdatatable.h
+++ b/src/sql/tqdatatable.h
@@ -49,7 +49,7 @@
#include "tqsqlcursor.h"
#include "tqsqlindex.h"
#include "tqsqleditorfactory.h"
-#include "ntqiconset.h"
+#include "tqiconset.h"
#endif // QT_H
#if !defined( TQT_MODULE_SQL ) || defined( QT_LICENSE_PROFESSIONAL )
diff --git a/src/table/qtable.cpp b/src/table/qtable.cpp
index 84bb09e4..5d6e27bf 100644
--- a/src/table/qtable.cpp
+++ b/src/table/qtable.cpp
@@ -54,7 +54,7 @@
#include <ntqapplication.h>
#include <ntqtimer.h>
#include <tqobjectlist.h>
-#include <ntqiconset.h>
+#include <tqiconset.h>
#include <ntqcombobox.h>
#include <ntqcheckbox.h>
#include <ntqdragobject.h>
diff --git a/src/tools/qfeatures.txt b/src/tools/qfeatures.txt
index fd6cb62c..b2c88279 100644
--- a/src/tools/qfeatures.txt
+++ b/src/tools/qfeatures.txt
@@ -176,7 +176,7 @@ SeeAlso: ???
Feature: ICONSET
Section: Images
Requires: IMAGEIO IMAGE_SMOOTHSCALE PALETTE IMAGE_HEURISTIC_MASK
-Name: QIconSet
+Name: TQIconSet
SeeAlso: ???
Feature: DIR
@@ -981,7 +981,7 @@ SeeAlso: ???
Feature: ICONVIEW
Section: Widgets
Requires: SCROLLVIEW IMAGEIO_XPM IMAGE_HEURISTIC_MASK
-Name: QIconView
+Name: TQIconView
SeeAlso: ???
Feature: GRIDVIEW
diff --git a/src/widgets/ntqaction.h b/src/widgets/ntqaction.h
index 656e7756..e4512934 100644
--- a/src/widgets/ntqaction.h
+++ b/src/widgets/ntqaction.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "tqobject.h"
-#include "ntqiconset.h"
+#include "tqiconset.h"
#include "tqstring.h"
#include "ntqkeysequence.h"
#endif // QT_H
diff --git a/src/widgets/ntqheader.h b/src/widgets/ntqheader.h
index 6ded79b7..d51a8e18 100644
--- a/src/widgets/ntqheader.h
+++ b/src/widgets/ntqheader.h
@@ -44,7 +44,7 @@
#ifndef QT_H
#include "tqwidget.h"
#include "tqstring.h"
-#include "ntqiconset.h" // conversion TQPixmap->TQIconset
+#include "tqiconset.h" // conversion TQPixmap->TQIconset
#endif // QT_H
#ifndef TQT_NO_HEADER
diff --git a/src/widgets/ntqmenudata.h b/src/widgets/ntqmenudata.h
index 3d20175c..18fb739e 100644
--- a/src/widgets/ntqmenudata.h
+++ b/src/widgets/ntqmenudata.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "ntqglobal.h"
-#include "ntqiconset.h" // conversion TQPixmap->TQIconset
+#include "tqiconset.h" // conversion TQPixmap->TQIconset
#include "ntqkeysequence.h"
#include "tqstring.h"
#include "ntqsignal.h"
diff --git a/src/widgets/ntqpushbutton.h b/src/widgets/ntqpushbutton.h
index 1b77f5d4..13b76e9f 100644
--- a/src/widgets/ntqpushbutton.h
+++ b/src/widgets/ntqpushbutton.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "ntqbutton.h"
-#include "ntqiconset.h"
+#include "tqiconset.h"
#endif // QT_H
#ifndef TQT_NO_PUSHBUTTON
diff --git a/src/widgets/ntqtabwidget.h b/src/widgets/ntqtabwidget.h
index c2d3242d..7ab17b50 100644
--- a/src/widgets/ntqtabwidget.h
+++ b/src/widgets/ntqtabwidget.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include "tqwidget.h"
-#include "ntqiconset.h"
+#include "tqiconset.h"
#endif // QT_H
#ifndef TQT_NO_TABWIDGET
diff --git a/src/widgets/ntqtoolbox.h b/src/widgets/ntqtoolbox.h
index 4b6cf672..c5559fc8 100644
--- a/src/widgets/ntqtoolbox.h
+++ b/src/widgets/ntqtoolbox.h
@@ -43,7 +43,7 @@
#ifndef QT_H
#include <ntqframe.h>
-#include <ntqiconset.h>
+#include <tqiconset.h>
#endif // QT_H
#ifndef TQT_NO_TOOLBOX
diff --git a/src/widgets/ntqtoolbutton.h b/src/widgets/ntqtoolbutton.h
index e84d8ff9..98211e25 100644
--- a/src/widgets/ntqtoolbutton.h
+++ b/src/widgets/ntqtoolbutton.h
@@ -45,7 +45,7 @@
#include "ntqbutton.h"
#include "tqstring.h"
#include "ntqpixmap.h"
-#include "ntqiconset.h"
+#include "tqiconset.h"
#endif // QT_H
#ifndef TQT_NO_TOOLBUTTON
diff --git a/src/widgets/qlistview.cpp b/src/widgets/qlistview.cpp
index 14dbb1f3..9af517ae 100644
--- a/src/widgets/qlistview.cpp
+++ b/src/widgets/qlistview.cpp
@@ -52,7 +52,7 @@
#include "ntqdatetime.h"
#include "tqptrdict.h"
#include "tqptrvector.h"
-#include "ntqiconset.h"
+#include "tqiconset.h"
#include "ntqcleanuphandler.h"
#include "ntqpixmapcache.h"
#include "ntqpopupmenu.h"
@@ -2351,7 +2351,7 @@ void TQListViewItem::ignoreDoubleClick()
item \a i, similar to the TQWidget::enterEvent() function.
*/
-// ### bug here too? see qiconview.cpp onItem/onViewport
+// ### bug here too? see tqiconview.cpp onItem/onViewport
/*!
\fn void TQListView::onViewport()
diff --git a/src/widgets/qt_widgets.pri b/src/widgets/qt_widgets.pri
index 263c0e47..08b852de 100644
--- a/src/widgets/qt_widgets.pri
+++ b/src/widgets/qt_widgets.pri
@@ -20,7 +20,7 @@ widgets {
$$WIDGETS_H/ntqheader.h \
$$WIDGETS_H/ntqhgroupbox.h \
$$WIDGETS_H/ntqhbox.h \
- $$WIDGETS_H/ntqiconview.h \
+ $$WIDGETS_H/tqiconview.h \
$$WIDGETS_H/ntqlabel.h \
$$WIDGETS_H/ntqlcdnumber.h \
$$WIDGETS_H/ntqlineedit.h \
@@ -82,7 +82,7 @@ widgets {
$$WIDGETS_CPP/qheader.cpp \
$$WIDGETS_CPP/qhgroupbox.cpp \
$$WIDGETS_CPP/qhbox.cpp \
- $$WIDGETS_CPP/qiconview.cpp \
+ $$WIDGETS_CPP/tqiconview.cpp \
$$WIDGETS_CPP/qlabel.cpp \
$$WIDGETS_CPP/qlcdnumber.cpp \
$$WIDGETS_CPP/qlineedit.cpp \
diff --git a/src/widgets/qtabbar.cpp b/src/widgets/qtabbar.cpp
index 1573e4e8..e2b2e162 100644
--- a/src/widgets/qtabbar.cpp
+++ b/src/widgets/qtabbar.cpp
@@ -45,7 +45,7 @@
#include "ntqapplication.h"
#include "ntqstyle.h"
#include "ntqpainter.h"
-#include "ntqiconset.h"
+#include "tqiconset.h"
#include "ntqcursor.h"
#include "../kernel/qinternal_p.h"
#if defined(QT_ACCESSIBILITY_SUPPORT)
diff --git a/src/widgets/qtoolbutton.cpp b/src/widgets/qtoolbutton.cpp
index c2cdaa93..bb5ac870 100644
--- a/src/widgets/qtoolbutton.cpp
+++ b/src/widgets/qtoolbutton.cpp
@@ -51,7 +51,7 @@
#include "ntqtooltip.h"
#include "ntqtoolbar.h"
#include "tqimage.h"
-#include "ntqiconset.h"
+#include "tqiconset.h"
#include "ntqtimer.h"
#include "ntqpopupmenu.h"
#include "ntqguardedptr.h"
diff --git a/src/widgets/qiconview.cpp b/src/widgets/tqiconview.cpp
index 71baf927..4ccecfd2 100644
--- a/src/widgets/qiconview.cpp
+++ b/src/widgets/tqiconview.cpp
@@ -44,7 +44,7 @@
#include "qplatformdefs.h"
#endif
-#include "ntqiconview.h"
+#include "tqiconview.h"
#ifndef TQT_NO_ICONVIEW
@@ -441,7 +441,7 @@ void TQIconViewItemLineEdit::focusOutEvent( TQFocusEvent *e )
/*!
- \class TQIconDragItem ntqiconview.h
+ \class TQIconDragItem tqiconview.h
\ingroup draganddrop
\brief The TQIconDragItem class encapsulates a drag item.
@@ -529,7 +529,7 @@ bool TQIconDragData::operator==( const TQIconDragData &i ) const
/*!
- \class TQIconDrag ntqiconview.h
+ \class TQIconDrag tqiconview.h
\brief The TQIconDrag class supports drag and drop operations
within a TQIconView.
@@ -744,7 +744,7 @@ void TQIconDragData::setTextRect( const TQRect &r )
/*!
- \class TQIconViewItem ntqiconview.h
+ \class TQIconViewItem tqiconview.h
\brief The TQIconViewItem class provides a single item in a TQIconView.
\ingroup advanced
@@ -2242,7 +2242,7 @@ void TQIconViewItem::checkRect()
/*!
- \class TQIconView ntqiconview.h
+ \class TQIconView tqiconview.h
\brief The TQIconView class provides an area with movable labelled icons.
\module iconview
@@ -2428,7 +2428,7 @@ void TQIconViewItem::checkRect()
\sa TQIconViewItem::setDragEnabled(), TQIconViewItem::setDropEnabled(),
TQIconViewItem::acceptDrop(), TQIconViewItem::dropped().
- <img src=qiconview-m.png> <img src=qiconview-w.png>
+ <img src=tqiconview-m.png> <img src=tqiconview-w.png>
*/
/*! \enum TQIconView::ResizeMode
diff --git a/src/widgets/ntqiconview.h b/src/widgets/tqiconview.h
index 4575afbb..4575afbb 100644
--- a/src/widgets/ntqiconview.h
+++ b/src/widgets/tqiconview.h
diff --git a/src/widgets/tqwidgetinterface_p.h b/src/widgets/tqwidgetinterface_p.h
index 5cfd43e4..28986af3 100644
--- a/src/widgets/tqwidgetinterface_p.h
+++ b/src/widgets/tqwidgetinterface_p.h
@@ -53,7 +53,7 @@
#ifndef QT_H
#include <private/qcom_p.h>
-#include "ntqiconset.h"
+#include "tqiconset.h"
#endif // QT_H
#ifndef TQT_NO_WIDGETPLUGIN
diff --git a/src/widgets/tqwidgetplugin.h b/src/widgets/tqwidgetplugin.h
index fa5270d0..d1cf9b25 100644
--- a/src/widgets/tqwidgetplugin.h
+++ b/src/widgets/tqwidgetplugin.h
@@ -44,7 +44,7 @@
#ifndef QT_H
#include "ntqgplugin.h"
#include "tqstringlist.h"
-#include "ntqiconset.h"
+#include "tqiconset.h"
#endif // QT_H
#ifndef TQT_NO_WIDGETPLUGIN
diff --git a/src/workspace/qworkspace.cpp b/src/workspace/qworkspace.cpp
index 4e1ae7f0..be93dd4c 100644
--- a/src/workspace/qworkspace.cpp
+++ b/src/workspace/qworkspace.cpp
@@ -52,7 +52,7 @@
#include "ntqpopupmenu.h"
#include "ntqmenubar.h"
#include "ntqguardedptr.h"
-#include "ntqiconset.h"
+#include "tqiconset.h"
#include "../widgets/tqwidgetresizehandler_p.h"
#include "ntqfocusdata.h"
#include "ntqdatetime.h"