summaryrefslogtreecommitdiffstats
path: root/tools/designer/designer
diff options
context:
space:
mode:
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 );