summaryrefslogtreecommitdiffstats
path: root/tools/designer/designer
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-12-02 14:13:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-12-02 14:13:04 -0600
commit5445c25f501f456239b299d2b8810e4beb97a4f3 (patch)
tree8d41c61dc445faf73fa34eef5c2967a9acb86664 /tools/designer/designer
parent534275dec59b0da2facf199a022a35b981c30c50 (diff)
downloadtqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.tar.gz
tqt3-5445c25f501f456239b299d2b8810e4beb97a4f3.zip
Automated update from Qt3
Diffstat (limited to 'tools/designer/designer')
-rw-r--r--tools/designer/designer/designer.pro6
-rw-r--r--tools/designer/designer/mainwindow.cpp4
2 files changed, 5 insertions, 5 deletions
diff --git a/tools/designer/designer/designer.pro b/tools/designer/designer/designer.pro
index 4ae5ff84..6311ad79 100644
--- a/tools/designer/designer/designer.pro
+++ b/tools/designer/designer/designer.pro
@@ -7,7 +7,7 @@ CONFIG -= dll
CONFIG += dll
}
-TARGET = designercore
+TARGET = tqtdesignercore
DEFINES += DESIGNER
DEFINES += QT_INTERNAL_XML
@@ -420,11 +420,11 @@ INCLUDEPATH += ../shared ../uilib
LIBS += -L$$QT_BUILD_TREE/lib -ltqui
hpux-acc* {
- LIBS += $$QT_BUILD_TREE/lib/libqassistantclient.a
+ LIBS += $$QT_BUILD_TREE/lib/libtqassistantclient.a
}
!hpux-acc* {
- LIBS += -lqassistantclient
+ LIBS += -ltqassistantclient
}
TRANSLATIONS = designer_de.ts designer_fr.ts
diff --git a/tools/designer/designer/mainwindow.cpp b/tools/designer/designer/mainwindow.cpp
index 7603148f..a112a0ba 100644
--- a/tools/designer/designer/mainwindow.cpp
+++ b/tools/designer/designer/mainwindow.cpp
@@ -156,8 +156,8 @@ MainWindow::MainWindow( bool asClient, bool single, const TQString &plgDir )
fileFilter( tr( "TQt User-Interface Files (*.ui)" ) ), client( asClient ),
previewing( FALSE ), databaseAutoEdit( FALSE ), autoSaveEnabled( FALSE ), autoSaveInterval( 1800 )
{
- extern void qInitImages_designercore();
- qInitImages_designercore();
+ extern void qInitImages_tqtdesignercore();
+ qInitImages_tqtdesignercore();
self = this;
setPluginDirectory( plgDir );