summaryrefslogtreecommitdiffstats
path: root/smoke
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-26 10:43:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-26 10:43:33 +0900
commit6f64d330023346af528af58bc5dfd7f6150a6fd6 (patch)
treee376feed3f2458bff74cd9217e9ab3cd0e6be140 /smoke
parent6ad6ccfdd6bc602001213475f2cdc95f61181c10 (diff)
downloadlibtqt-perl-6f64d330023346af528af58bc5dfd7f6150a6fd6.tar.gz
libtqt-perl-6f64d330023346af528af58bc5dfd7f6150a6fd6.zip
Use tq* header after last round of renaming in tqt3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'smoke')
-rw-r--r--smoke/tqt/header_list6
-rw-r--r--smoke/tqt/qtguess.pl.in14
2 files changed, 10 insertions, 10 deletions
diff --git a/smoke/tqt/header_list b/smoke/tqt/header_list
index 0fa15d7..9ffa403 100644
--- a/smoke/tqt/header_list
+++ b/smoke/tqt/header_list
@@ -1,7 +1,7 @@
tqaccel.h
tqaccessible.h
tqaction.h
-ntqapplication.h
+tqapplication.h
tqasciicache.h
tqasciidict.h
tqassistantclient.h
@@ -25,7 +25,7 @@ tqcolor.h
tqcombobox.h
tqcommonstyle.h
tqcompactstyle.h
-ntqconfig.h
+tqconfig.h
tqconnection.h
tqcstring.h
tqcursor.h
@@ -120,7 +120,7 @@ tqmenudata.h
tqmessagebox.h
tqmetaobject.h
tqmime.h
-ntqmodules.h
+tqmodules.h
tqmotifplusstyle.h
tqmotifstyle.h
tqmovie.h
diff --git a/smoke/tqt/qtguess.pl.in b/smoke/tqt/qtguess.pl.in
index 37eaa90..46763da 100644
--- a/smoke/tqt/qtguess.pl.in
+++ b/smoke/tqt/qtguess.pl.in
@@ -130,7 +130,7 @@ sub preliminary_test
print $msg, " " x ($nspaces - length($msg) + 8);
open( OUT, ">${tmp}.cpp" ) or die "Failed to open temp file ${tmp}.cpp: $!\n";
my $simple=q£
- #include <ntqapplication.h>
+ #include <tqapplication.h>
int main( int argc, char **argv )
{
TQApplication foo( argc, argv );
@@ -257,13 +257,13 @@ our %tests = (
"TQT_NO_BUTTONGROUP" => ["tqbuttongroup.h", "TQButtonGroup foo( (TQWidget*)NULL );", 12],
"TQT_NO_CANVAS" => ["tqcanvas.h", "TQCanvas foo( (TQObject*)NULL );", 10],
"TQT_NO_CHECKBOX" => ["tqcheckbox.h", "TQCheckBox( (TQWidget*)NULL );", 10],
- "TQT_NO_CLIPBOARD" => ["ntqapplication.h, qclipboard.h", q£
+ "TQT_NO_CLIPBOARD" => ["tqapplication.h, qclipboard.h", q£
TQApplication foo( argc, argv );
TQClipboard *baz= foo.clipboard();
£, 5],
"TQT_NO_COLORDIALOG" => ["tqcolordialog.h", "TQColorDialog::customCount();", 12],
"TQT_NO_COMBOBOX" => ["tqcombobox.h", "TQComboBox( (TQWidget*)NULL );", 10],
- "TQT_NO_COMPONENT" => ["ntqapplication.h", q£
+ "TQT_NO_COMPONENT" => ["tqapplication.h", q£
TQApplication foo( argc, argv );
foo.addLibraryPath( TQString::null );
£, 5],
@@ -369,7 +369,7 @@ our %tests = (
"TQT_NO_MENUDATA" => ["tqmenudata.h", "TQMenuData foo;", 9],
"TQT_NO_MESSAGEBOX" => ["tqmessagebox.h", "TQMessageBox foo;", 13],
"TQT_NO_MIME" => ["tqmime.h", "TQMimeSourceFactory foo;", 5],
- "TQT_NO_MIMECLIPBOARD" => ["ntqapplication.h, qclipboard.h", q£
+ "TQT_NO_MIMECLIPBOARD" => ["tqapplication.h, qclipboard.h", q£
TQApplication foo( argc, argv );
TQClipboard *baz= foo.clipboard();
baz->data();
@@ -401,7 +401,7 @@ our %tests = (
TQRegExp foo;
foo.wildcard();
£, 8],
- "TQT_NO_REMOTE" => ["ntqapplication.h", q£
+ "TQT_NO_REMOTE" => ["tqapplication.h", q£
TQApplication foo( argc, argv );
foo.remoteControlEnabled();
£, 15],
@@ -409,7 +409,7 @@ our %tests = (
"TQT_NO_RICHTEXT" => ["tqsimplerichtext.h, qstring.h, qfont.h", "TQSimpleRichText foo( TQString::null, TQFont() );", 10],
"TQT_NO_SCROLLBAR" => ["tqscrollbar.h", "TQScrollBar foo( (TQWidget *) NULL );", 12],
"TQT_NO_SCROLLVIEW" => ["tqscrollview.h", "TQScrollView foo;", 12],
- "TQT_NO_SESSIONMANAGER" => ["ntqapplication.h", q£
+ "TQT_NO_SESSIONMANAGER" => ["tqapplication.h", q£
TQApplication foo( argc, argv );
foo.sessionId();
£, 15],
@@ -430,7 +430,7 @@ our %tests = (
"TQT_NO_SQL" => ["tqsqlcursor.h", "TQSqlCursor foo;", 5],
"TQT_NO_STRINGLIST" => ["tqstringlist.h", "TQStringList foo;", 0],
- "TQT_NO_STYLE" => ["ntqapplication.h", q£
+ "TQT_NO_STYLE" => ["tqapplication.h", q£
TQApplication foo( argc, argv );
foo.style();
£, 15],