summaryrefslogtreecommitdiffstats
path: root/tools/designer/shared
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-27 18:24:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-27 18:24:16 -0600
commit56c8184edb6fcc7ed28f139739d551c02831e1fa (patch)
treeba330f5ce42785f9a470d82d5b3fe5693669f74c /tools/designer/shared
parentea318d1431c89e647598c510c4245c6571aa5f46 (diff)
downloadtqt3-56c8184edb6fcc7ed28f139739d551c02831e1fa.tar.gz
tqt3-56c8184edb6fcc7ed28f139739d551c02831e1fa.zip
Automated update
Diffstat (limited to 'tools/designer/shared')
-rw-r--r--tools/designer/shared/widgetdatabase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/shared/widgetdatabase.cpp b/tools/designer/shared/widgetdatabase.cpp
index 45e898ad..bdda5932 100644
--- a/tools/designer/shared/widgetdatabase.cpp
+++ b/tools/designer/shared/widgetdatabase.cpp
@@ -723,7 +723,7 @@ TQString WidgetDatabase::includeFile( int id )
TQString rq = r->name;
if ( rq[ 0 ] == 'T' && rq[ 1 ] == 'Q')
rq = rq.mid(1);
- return rq.lower() + ".h";
+ return "nt" + rq.lower() + ".h";
}
return r->includeFile;
}