Rename a number of old tq methods that are no longer tq specific

pull/1/head
Timothy Pearson 13 years ago
parent e3ea15d255
commit 996381f5af

@ -22,7 +22,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
******************************************************************/
#include <tqdom.h>
#include <tqfile.h>
#include <tqtextstream.h>
#include <textstream.h>
#include <tqstring.h>
#include <string.h>

@ -22,7 +22,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
******************************************************************/
#include <tqdom.h>
#include <tqfile.h>
#include <tqtextstream.h>
#include <textstream.h>
#include <tqstring.h>
#include <tqvaluelist.h>
#include <tqstringlist.h>

@ -22,7 +22,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
******************************************************************/
#include <tqdom.h>
#include <tqfile.h>
#include <tqtextstream.h>
#include <textstream.h>
#include <tqstring.h>
#include <tqregexp.h>

@ -17,7 +17,7 @@
#include <tqcstring.h>
#include <tqdatastream.h>
#include <tqfile.h>
#include <tqtextstream.h>
#include <textstream.h>
#include <tqstring.h>
#include <dcopclient.h>

@ -5,7 +5,7 @@
#include <tqsessionmanager.h>
#include <kinstance.h>
#include <kurl.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqnamespace.h>
#include <tqcstring.h>
#include <tqpixmap.h>

@ -29,7 +29,7 @@
#include <kiconloader.h>
#include <kprinter.h>
#include <kurl.h>
#include <tqpalette.h>
#include <palette.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -4,7 +4,7 @@
#include <tqsize.h>
#include <tqpixmap.h>
#include <tqstring.h>
#include <tqpalette.h>
#include <palette.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -2,7 +2,7 @@
#include <tqstring.h>
#include <klistview.h>
#include <tqcolor.h>
#include <tqpalette.h>
#include <palette.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -2,7 +2,7 @@
#include <ktextedit.h>
#include <tqstring.h>
#include <tqpoint.h>
#include <tqpalette.h>
#include <palette.h>
#include <qtjava/QtSupport.h>
#include <kdejava/KDESupport.h>

@ -4,7 +4,7 @@
#include <tqiconset.h>
#include <tqstring.h>
#include <ktoolbarbutton.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqnamespace.h>
#include <qtjava/QtSupport.h>

@ -5,7 +5,7 @@
#include <tqstring.h>
#include <tqpoint.h>
#include <kurl.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqnamespace.h>
#include <qtjava/QtSupport.h>

@ -23,7 +23,7 @@
#include <kjsembed/jsvalueproxy.h>
#include <kjsembed/jsbinding.h>
#include <tqvariant.h>
#include <tqbrush.h>
#include <brush.h>
#include "brush_imp.h"

@ -35,7 +35,7 @@
#include <tqmap.h>
#include <tqfont.h>
#include <tqpixmap.h>
#include <tqbrush.h>
#include <brush.h>
#include <tqrect.h>
#include <tqsize.h>
#include <tqcolor.h>

@ -1,7 +1,7 @@
#include <tqcstring.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -17,7 +17,7 @@
* Boston, MA 02110-1301, USA.
*/
#include <tqtextstream.h>
#include <textstream.h>
#include <tqiodevice.h>
#include <kjsembed/global.h>

@ -24,7 +24,7 @@
#include <tqpopupmenu.h>
#include <tqdialog.h>
#include <tqhbox.h>
#include <tqlayout.h>
#include <layout.h>
#include <tqlistbox.h>
#include <tqlistview.h>
#include <tqmetaobject.h>

@ -53,7 +53,7 @@ KJSEMBED_EXPORT void RedirectIOToConsole();
char *itoa(int num, char *str, int radix = 10);
#endif
#include <tqtextstream.h>
#include <textstream.h>
namespace KJSEmbed {
KJSEMBED_EXPORT TQTextStream *conin();
KJSEMBED_EXPORT TQTextStream *conout();

@ -22,7 +22,7 @@
#include <tqobject.h>
#include <tqfile.h>
#include <tqtextstream.h>
#include <textstream.h>
#ifndef QT_ONLY

@ -20,7 +20,7 @@
#include <tqfile.h>
#include <tqhbox.h>
#include <tqlabel.h>
#include <tqlayout.h>
#include <layout.h>
#include <tqpushbutton.h>
#include <kdebug.h>

@ -31,14 +31,14 @@
#include <tqmainwindow.h>
//#include <tqpainter.h>
#include <tqprogressdialog.h>
#include <tqtextstream.h>
#include <textstream.h>
#include <tqtimer.h>
#include <tqwidget.h>
#include <tqwidgetfactory.h>
#include <tqsplitter.h>
#include <tqscrollview.h>
#include <tqcanvas.h>
#include <tqlayout.h>
#include <layout.h>
#include <tqsplashscreen.h>
#ifndef QT_ONLY

@ -18,7 +18,7 @@
*/
#include <tqevent.h>
#include <tqtextstream.h>
#include <textstream.h>
#include "global.h"

@ -24,7 +24,7 @@
#include <tqobject.h>
#include <tqdialog.h>
#include <tqfile.h>
#include <tqtextstream.h>
#include <textstream.h>
#include <tqwidget.h>
#include <tqwidgetfactory.h>

@ -27,7 +27,7 @@
#include <kjsembed/kjsembedpart.h>
#include <kjsembed/customobject_imp.h>
#include <tqvariant.h>
#include <tqbrush.h>
#include <brush.h>
#include "customobject_plugin.h"

@ -28,7 +28,7 @@
#include <kjsembed/kjsembedpart.h>
#include <kjsembed/customobject_imp.h>
#include <tqvariant.h>
#include <tqbrush.h>
#include <brush.h>
#include "imagefx_plugin.h"

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -2,7 +2,7 @@
#include <tqcstring.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -2,7 +2,7 @@
#include <tqcstring.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -2,7 +2,7 @@
#include <tqcstring.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>
#include <tqiconset.h>

@ -2,7 +2,7 @@
#include <tqcstring.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>
#include <tqkeysequence.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqcstring.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -2,7 +2,7 @@
#include <tqcstring.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <tqfont.h>

@ -42,7 +42,7 @@
#include "tqscrollview.h"
#include "tqpixmap.h"
#include "tqptrlist.h"
#include "tqbrush.h"
#include "brush.h"
#include "tqpen.h"
#include "tqvaluelist.h"
#include "tqpointarray.h"

@ -23,7 +23,7 @@
*/
#include <tqfile.h>
#include <tqtextstream.h>
#include <textstream.h>
#include <tqdom.h>
#include <tqregexp.h>

@ -103,7 +103,7 @@ the other widget (called the TQLabel's "buddy"). Example:
(the <a href="tqlineedit.html">TQLineEdit</a>) when the user presses <dfn>Alt-P.</dfn> You can also
use the <a href="#191701">setBuddy</a>() function to accomplish the same.
<p>
<p>See also <a href="tqlineedit.html">TQLineEdit</a>, <a href="tqtextview.html">TQTextView</a>, <a href="tqpixmap.html">TQPixmap</a>, <a href="tqmovie.html">TQMovie</a> and <a href="guibooks.html#fowler">GUI Design Handbook: Label</a>
<p>See also <a href="tqlineedit.html">TQLineEdit</a>, <a href="textview.html">TQTextView</a>, <a href="tqpixmap.html">TQPixmap</a>, <a href="tqmovie.html">TQMovie</a> and <a href="guibooks.html#fowler">GUI Design Handbook: Label</a>
<p>Examples:
<a href="cursor-cursor-cpp.html#TQLabel">cursor/cursor.cpp</a>
<a href="layout-layout-cpp.html#TQLabel">layout/layout.cpp</a>
@ -208,7 +208,7 @@ Enables auto-resizing if <em>enable</em> is TRUE, or disables it if <em>enable</
<p>When auto-resizing is enabled, the label will resize itself to fit
the contents whenever the contents change. The top left corner is
not moved. This is useful for TQLabel widgets that are not managed by
a <a href="tqlayout.html">TQLayout</a> (e.g. top-level widgets).
a <a href="layout.html">TQLayout</a> (e.g. top-level widgets).
<p>Auto-resizing is disabled by default.
<p>See also <a href="#75b2a1">autoResize</a>(), <a href="tqwidget.html#ab3108">adjustSize</a>() and <a href="#614dd5">sizeHint</a>().
<h3 class="fn">void <a name="191701"></a>TQLabel::setBuddy ( <a href="tqwidget.html">TQWidget</a> * buddy ) <code>[virtual]</code></h3>
@ -294,7 +294,7 @@ the format of <em>text.</em>
the buddy accelerator key is updated from the new text.
<p>The label resizes itself if auto-resizing is enabled.
<p>Note that Qlabel is well suited to display small rich text documents
only. For large documents, use <a href="tqtextview.html">TQTextView</a> instead. It will flicker
only. For large documents, use <a href="textview.html">TQTextView</a> instead. It will flicker
less on resize and can also provide a scrollbar if necessary.
<p>See also <a href="#72cf09">text</a>(), <a href="#5de3f9">setTextFormat</a>(), <a href="#191701">setBuddy</a>() and <a href="#1f406e">setAlignment</a>().
<p>Examples:

@ -38,7 +38,7 @@
#include <tqlibrary.h>
#include <tqhttp.h>
#include <tqdir.h>
#include <tqtextedit.h>
#include <textedit.h>
class JavaSlotFactory;
class TQMetaObject;

@ -15,17 +15,17 @@
#include <tqstringlist.h>
#include <tqdom.h>
#include <tqpoint.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpaintdevice.h>
#include <tqpicture.h>
#include <tqsplitter.h>
#include <tqsize.h>
#include <tqbrush.h>
#include <brush.h>
#include <tqregion.h>
#include <tqcursor.h>
#include <tqwindowdefs.h>
#include <tqpixmap.h>
#include <tqtextstream.h>
#include <textstream.h>
#include <tqfont.h>
#include <tqimage.h>
#include <tqmainwindow.h>

@ -10,7 +10,7 @@
#include <tqpoint.h>
#include <tqfontmetrics.h>
#include <tqcolor.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqnamespace.h>
#include <qtjava/QtSupport.h>

@ -2,7 +2,7 @@
#include <tqsizepolicy.h>
#include <tqsize.h>
#include <tqrect.h>
#include <tqlayout.h>
#include <layout.h>
#include <tqstring.h>
#include <qtjava/QtSupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqbrush.h>
#include <brush.h>
#include <tqpixmap.h>
#include <tqcolor.h>
#include <tqnamespace.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqbrush.h>
#include <brush.h>
#include <tqrect.h>
#include <tqcanvas.h>
#include <tqpointarray.h>

@ -4,7 +4,7 @@
#include <tqstring.h>
#include <tqfontmetrics.h>
#include <tqlistview.h>
#include <tqpalette.h>
#include <palette.h>
#include <qtjava/QtSupport.h>
#include <qtjava/TQCheckListItem.h>

@ -3,7 +3,7 @@
#include <tqrect.h>
#include <tqstring.h>
#include <tqtable.h>
#include <tqpalette.h>
#include <palette.h>
#include <qtjava/QtSupport.h>
#include <qtjava/TQCheckTableItem.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqclipboard.h>
#include <clipboard.h>
#include <tqpixmap.h>
#include <tqimage.h>
#include <tqstring.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqbrush.h>
#include <brush.h>
#include <tqcolor.h>
#include <tqpalette.h>
#include <palette.h>
#include <qtjava/QtSupport.h>
#include <qtjava/TQColorGroup.h>

@ -7,7 +7,7 @@
#include <tqfont.h>
#include <tqstring.h>
#include <tqstringlist.h>
#include <tqpalette.h>
#include <palette.h>
#include <qtjava/QtSupport.h>
#include <qtjava/TQComboBox.h>

@ -4,7 +4,7 @@
#include <tqstring.h>
#include <tqstringlist.h>
#include <tqtable.h>
#include <tqpalette.h>
#include <palette.h>
#include <qtjava/QtSupport.h>
#include <qtjava/TQComboTableItem.h>

@ -2,7 +2,7 @@
#include <tqsize.h>
#include <tqmenudata.h>
#include <tqfont.h>
#include <tqpalette.h>
#include <palette.h>
#include <qtjava/QtSupport.h>
#include <qtjava/TQCustomMenuItem.h>

@ -8,7 +8,7 @@
#include <tqsqlindex.h>
#include <tqvariant.h>
#include <tqstringlist.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqdatatable.h>
#include <tqnamespace.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqtextstream.h>
#include <textstream.h>
#include <tqstring.h>
#include <tqdom.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqsizepolicy.h>
#include <tqrect.h>
#include <tqlayout.h>
#include <layout.h>
#include <tqstring.h>
#include <tqsize.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqlayout.h>
#include <layout.h>
#include <tqstring.h>
#include <qtjava/QtSupport.h>

@ -4,9 +4,9 @@
#include <tqiconview.h>
#include <tqstring.h>
#include <tqpoint.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqsize.h>
#include <tqbrush.h>
#include <brush.h>
#include <tqfont.h>
#include <tqnamespace.h>

@ -3,7 +3,7 @@
#include <tqiconview.h>
#include <tqstring.h>
#include <tqpoint.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpicture.h>
#include <tqsize.h>
#include <tqpixmap.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqsizepolicy.h>
#include <tqrect.h>
#include <tqlayout.h>
#include <layout.h>
#include <tqstring.h>
#include <tqsize.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqsizepolicy.h>
#include <tqrect.h>
#include <tqlayout.h>
#include <layout.h>
#include <tqsize.h>
#include <qtjava/QtSupport.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h>
#include <tqlineedit.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqsize.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqstring.h>
#include <tqpoint.h>
#include <tqlistview.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqsize.h>
#include <tqfont.h>
#include <tqiconset.h>

@ -4,7 +4,7 @@
#include <tqpoint.h>
#include <tqfontmetrics.h>
#include <tqlistview.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqpixmap.h>
#include <qtjava/QtSupport.h>

@ -6,7 +6,7 @@
#include <tqfontmetrics.h>
#include <tqpainter.h>
#include <tqpicture.h>
#include <tqbrush.h>
#include <brush.h>
#include <tqregion.h>
#include <tqfontinfo.h>
#include <tqpixmap.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqpalette.h>
#include <tqbrush.h>
#include <palette.h>
#include <brush.h>
#include <tqcolor.h>
#include <tqnamespace.h>

@ -5,7 +5,7 @@
#include <tqstring.h>
#include <tqscrollbar.h>
#include <tqrangecontrol.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqsize.h>
#include <tqnamespace.h>

@ -2,7 +2,7 @@
#include <tqrect.h>
#include <tqstring.h>
#include <tqpoint.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqregion.h>
#include <tqsimplerichtext.h>
#include <tqfont.h>

@ -4,7 +4,7 @@
#include <tqstyle.h>
#include <tqstring.h>
#include <tqrangecontrol.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqsize.h>
#include <tqslider.h>
#include <tqnamespace.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqsizepolicy.h>
#include <tqrect.h>
#include <tqlayout.h>
#include <layout.h>
#include <tqsize.h>
#include <qtjava/QtSupport.h>

@ -3,7 +3,7 @@
#include <tqstyle.h>
#include <tqstring.h>
#include <tqpoint.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqsize.h>
#include <tqpixmap.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h>
#include <tqfont.h>
#include <tqstylesheet.h>
#include <stylesheet.h>
#include <tqmime.h>
#include <qtjava/QtSupport.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h>
#include <tqstylesheet.h>
#include <stylesheet.h>
#include <tqcolor.h>
#include <qtjava/QtSupport.h>

@ -4,7 +4,7 @@
#include <tqpoint.h>
#include <tqstringlist.h>
#include <tqtable.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqsize.h>
#include <tqpixmap.h>

@ -2,7 +2,7 @@
#include <tqrect.h>
#include <tqstring.h>
#include <tqtable.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqsize.h>
#include <tqpixmap.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h>
#include <tqtextbrowser.h>
#include <textbrowser.h>
#include <qtjava/QtSupport.h>
#include <qtjava/TQTextBrowser.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h>
#include <tqtextcodec.h>
#include <textcodec.h>
#include <tqcstring.h>
#include <qtjava/QtSupport.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h>
#include <tqtextcodec.h>
#include <textcodec.h>
#include <qtjava/QtSupport.h>
#include <qtjava/TQTextDecoder.h>

@ -2,12 +2,12 @@
#include <tqrect.h>
#include <tqstring.h>
#include <tqpoint.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqsize.h>
#include <tqbrush.h>
#include <tqtextedit.h>
#include <brush.h>
#include <textedit.h>
#include <tqfont.h>
#include <tqstylesheet.h>
#include <stylesheet.h>
#include <tqcolor.h>
#include <tqcstring.h>
#include <tqnamespace.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h>
#include <tqtextcodec.h>
#include <textcodec.h>
#include <tqcstring.h>
#include <qtjava/QtSupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqtextstream.h>
#include <textstream.h>
#include <tqcstring.h>
#include <qtjava/QtSupport.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqtextstream.h>
#include <textstream.h>
#include <tqcstring.h>
#include <qtjava/QtSupport.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h>
#include <tqtextstream.h>
#include <textstream.h>
#include <tqcstring.h>
#include <qtjava/QtSupport.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqstring.h>
#include <tqtextview.h>
#include <textview.h>
#include <qtjava/QtSupport.h>
#include <qtjava/TQTextView.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqtoolbutton.h>
#include <tqstring.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqsize.h>
#include <tqiconset.h>
#include <tqnamespace.h>

@ -2,7 +2,7 @@
#include <tqrect.h>
#include <tqstring.h>
#include <tqpoint.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqtooltip.h>
#include <tqfont.h>

@ -1,5 +1,5 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqlayout.h>
#include <layout.h>
#include <tqstring.h>
#include <qtjava/QtSupport.h>

@ -7,9 +7,9 @@
#include <tqstring.h>
#include <tqpoint.h>
#include <tqstringlist.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqsize.h>
#include <tqbrush.h>
#include <brush.h>
#include <tqregion.h>
#include <tqcursor.h>
#include <tqbitmap.h>

@ -5,10 +5,10 @@
#include <tqstring.h>
#include <tqpoint.h>
#include <tqfontmetrics.h>
#include <tqpalette.h>
#include <palette.h>
#include <tqwidget.h>
#include <tqpaintdevice.h>
#include <tqbrush.h>
#include <brush.h>
#include <tqsize.h>
#include <tqregion.h>
#include <tqcursor.h>

@ -1,7 +1,7 @@
//Auto-generated by kalyptus. DO NOT EDIT.
#include <tqsizepolicy.h>
#include <tqrect.h>
#include <tqlayout.h>
#include <layout.h>
#include <tqsize.h>
#include <qtjava/QtSupport.h>

@ -2,7 +2,7 @@
#include <tqxml.h>
#include <tqstring.h>
#include <tqfile.h>
#include <tqtextstream.h>
#include <textstream.h>
#include <tqcstring.h>
#include <qtjava/QtSupport.h>

@ -368,7 +368,7 @@ void Uic::createFormImpl( const TQDomElement &e )
for ( i = 1; i < (int) nl.length(); i++ ) { // start at 1, 0 is the toplevel widget
TQString name = getClassName( nl.item(i).toElement() );
if ( name == "Spacer" ) {
globalIncludes += "tqlayout.h";
globalIncludes += "layout.h";
globalIncludes += "tqapplication.h";
continue;
}

@ -25,8 +25,8 @@
#include <tqstring.h>
#include <tqstringlist.h>
#include <tqmap.h>
#include <tqtextstream.h>
#include <tqpalette.h>
#include <textstream.h>
#include <palette.h>
class RubyIndent

@ -30,7 +30,7 @@
#include <tqstrlist.h>
#include <tqdict.h>
#include <tqfile.h>
#include <tqtextstream.h>
#include <textstream.h>
#include <tqcleanuphandler.h>
#include <tqfeatures.h>

@ -32,7 +32,7 @@
#include <tqvariant.h>
#include <tqcursor.h>
#include <tqobjectlist.h>
#include <tqsignalslotimp.h>
#include <signalslotimp.h>
#include <tqcstring.h>
#undef DEBUG

@ -15,11 +15,11 @@
#include <tqiconview.h>
#include <tqtable.h>
#include <tqpopupmenu.h>
#include <tqlayout.h>
#include <layout.h>
#include <tqmetaobject.h>
#include <tqvaluelist.h>
#include <tqobjectlist.h>
#include <tqtextcodec.h>
#include <textcodec.h>
#include <tqhostaddress.h>
#include <tqpair.h>

@ -2,7 +2,7 @@
#include <kapplication.h>
#include <tqmultilineedit.h>
#include <tqfile.h>
#include <tqtextstream.h>
#include <textstream.h>
#include <stdio.h>
#include <iostream>
#include <xpart.h>

Loading…
Cancel
Save